Html Css Color HEX #9CC14C Atlantis

📋 copy color: '#9CC14C'

red 156 ◦ green 193 ◦ blue 76

#9CC14C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9CC14C

Tints of Atlantis #9CC14C

RGB

 RED value IS 156 (61.33% from 255) = 36.71%

 GREEN value IS 193 (75.78% from 255) = 45.41%

 BLUE value IS 76 (30.08% from 255) = 17.88%

R = 36.71%
G = 45.41%
B = 17.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9CC14C (or 0x9CC14C) is known color: Atlantis. HEX triplet: 9C, C1 and 4C. RGB value is (156,193,76). Sum of RGB (Red+Green+Blue) = 156+193+76=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC14C is #633EB3. Grayscale: #A9A9A9. Windows color (decimal): -6504116 or 5030300. OLE color: 5030300.

HSL color Cylindrical-coordinate representation of color #9CC14C: hue angle of 78.97º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CC14C is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 156 193 76 -
CMYK 0.19 0 0.61 0.24
HSL 78.97º 0.49% 0.53% -
HSV(B) 78.97º 0.61% 0.76% -
XYZ 34.08 45.73 13.87 -
YUV 168.6 75.74 119.01 -
System Red Green Blue C M Y K H S L
Decimal 156 193 76 0.19 0 0.61 0.24 78.97 0.49 0.53
Hex 9C C1 4C 13 0 3D 18 4F 31 35
Octal 234 301 114 23 0 75 30 117 61 65
Binary 10011100 11000001 1001100 10011 0 111101 11000 1001111 110001 110101

Color Harmonies of #9CC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC14C

Black with #9CC14C

Text Example


Text Example

White with #9CC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CC14C; }

 p { color: rgb(156,193,76); }

 H1.HeaderClassName
 {
   color: #9CC14C;
 }
 .AnyTagClassName
 {
   color: #9CC14C;
 }
</style>

background-color css

<style>
 a { background-color: #9CC14C; }

 a { background-color: rgb(156,193,76); }

 div.DivClassName
 {
   background-color: #9CC14C;
 }
 .BgClassName
 {
   background-color: #9CC14C;
 }
</style>

border-color css

<style>
 span { border-color: #9CC14C; }

 span { border-color: rgb(156,193,76); }

 td.TdClassName
 {
   border-color: #9CC14C;
 }
 .TagClassName
 {
   border-color: #9CC14C;
 }
</style>