Html Css Color HEX #9CD04A Atlantis

📋 copy color: '#9CD04A'

red 156 ◦ green 208 ◦ blue 74

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

Shades of Atlantis #9CD04A

Tints of Atlantis #9CD04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.49%

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 35.62%
G = 47.49%
B = 16.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#9CD04A (or 0x9CD04A) is known color: Atlantis. HEX triplet: 9C, D0 and 4A. RGB value is (156,208,74). Sum of RGB (Red+Green+Blue) = 156+208+74=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD04A is #632FB5. Grayscale: #B1B1B1. Windows color (decimal): -6500278 or 4903068. OLE color: 4903068.

HSL color Cylindrical-coordinate representation of color #9CD04A: hue angle of 83.28º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CD04A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 208 74 -
CMYK 0.25 0 0.64 0.18
HSL 83.28º 0.59% 0.55% -
HSV(B) 83.28º 0.64% 0.82% -
XYZ 37.5 52.67 14.67 -
YUV 177.18 69.77 112.9 -
System Red Green Blue C M Y K H S L
Decimal 156 208 74 0.25 0 0.64 0.18 83.28 0.59 0.55
Hex 9C D0 4A 19 0 40 12 53 3B 37
Octal 234 320 112 31 0 100 22 123 73 67
Binary 10011100 11010000 1001010 11001 0 1000000 10010 1010011 111011 110111

Color Harmonies of #9CD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD04A

Black with #9CD04A

Text Example


Text Example

White with #9CD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,208,74); }

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

background-color css

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

 a { background-color: rgb(156,208,74); }

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

border-color css

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

 span { border-color: rgb(156,208,74); }

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