Html Css Color HEX #9CDA4F Atlantis

📋 copy color: '#9CDA4F'

red 156 ◦ green 218 ◦ blue 79

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

Shades of Atlantis #9CDA4F

Tints of Atlantis #9CDA4F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.12%

 BLUE value IS 79 (31.25% from 255) = 17.44%

R = 34.44%
G = 48.12%
B = 17.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#9CDA4F (or 0x9CDA4F) is known color: Atlantis. HEX triplet: 9C, DA and 4F. RGB value is (156,218,79). Sum of RGB (Red+Green+Blue) = 156+218+79=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA4F is #6325B0. Grayscale: #B8B8B8. Windows color (decimal): -6497713 or 5233308. OLE color: 5233308.

HSL color Cylindrical-coordinate representation of color #9CDA4F: hue angle of 86.76º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CDA4F is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 218 79 -
CMYK 0.28 0 0.64 0.15
HSL 86.76º 0.65% 0.58% -
HSV(B) 86.76º 0.64% 0.85% -
XYZ 40.19 57.78 16.43 -
YUV 183.62 68.96 108.3 -
System Red Green Blue C M Y K H S L
Decimal 156 218 79 0.28 0 0.64 0.15 86.76 0.65 0.58
Hex 9C DA 4F 1C 0 40 F 57 41 3A
Octal 234 332 117 34 0 100 17 127 101 72
Binary 10011100 11011010 1001111 11100 0 1000000 1111 1010111 1000001 111010

Color Harmonies of #9CDA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDA4F

Black with #9CDA4F

Text Example


Text Example

White with #9CDA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,218,79); }

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

background-color css

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

 a { background-color: rgb(156,218,79); }

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

border-color css

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

 span { border-color: rgb(156,218,79); }

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