Html Css Color HEX #9CDC34 Atlantis

📋 copy color: '#9CDC34'

red 156 ◦ green 220 ◦ blue 52

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

Shades of Atlantis #9CDC34

Tints of Atlantis #9CDC34

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.4%

 BLUE value IS 52 (20.7% from 255) = 12.15%

R = 36.45%
G = 51.4%
B = 12.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#9CDC34 (or 0x9CDC34) is known color: Atlantis. HEX triplet: 9C, DC and 34. RGB value is (156,220,52). Sum of RGB (Red+Green+Blue) = 156+220+52=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDC34 is #6323CB. Grayscale: #B6B6B6. Windows color (decimal): -6497228 or 3464348. OLE color: 3464348.

HSL color Cylindrical-coordinate representation of color #9CDC34: hue angle of 82.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9CDC34 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 220 52 -
CMYK 0.29 0 0.76 0.14
HSL 82.86º 0.71% 0.53% -
HSV(B) 82.86º 0.76% 0.86% -
XYZ 39.92 58.5 12.44 -
YUV 181.71 54.8 109.66 -
System Red Green Blue C M Y K H S L
Decimal 156 220 52 0.29 0 0.76 0.14 82.86 0.71 0.53
Hex 9C DC 34 1D 0 4C E 53 47 35
Octal 234 334 64 35 0 114 16 123 107 65
Binary 10011100 11011100 110100 11101 0 1001100 1110 1010011 1000111 110101

Color Harmonies of #9CDC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC34

Black with #9CDC34

Text Example


Text Example

White with #9CDC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,220,52); }

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

background-color css

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

 a { background-color: rgb(156,220,52); }

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

border-color css

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

 span { border-color: rgb(156,220,52); }

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