Html Css Color HEX #9CCD04 Citrus

📋 copy color: '#9CCD04'

red 156 ◦ green 205 ◦ blue 4

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

Shades of Citrus #9CCD04

Tints of Citrus #9CCD04

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.16%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 42.74%
G = 56.16%
B = 1.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#9CCD04 (or 0x9CCD04) is known color: Citrus. HEX triplet: 9C, CD and 04. RGB value is (156,205,4). Sum of RGB (Red+Green+Blue) = 156+205+4=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCD04 is #6332FB. Grayscale: #A8A8A8. Windows color (decimal): -6501116 or 314780. OLE color: 314780.

HSL color Cylindrical-coordinate representation of color #9CCD04: hue angle of 74.63º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CCD04 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 205 4 -
CMYK 0.24 0 0.98 0.20
HSL 74.63º 0.96% 0.41% -
HSV(B) 74.63º 0.98% 0.8% -
XYZ 35.56 50.74 8.03 -
YUV 167.44 35.77 119.84 -
System Red Green Blue C M Y K H S L
Decimal 156 205 4 0.24 0 0.98 0.20 74.63 0.96 0.41
Hex 9C CD 4 18 0 62 14 4B 60 29
Octal 234 315 4 30 0 142 24 113 140 51
Binary 10011100 11001101 100 11000 0 1100010 10100 1001011 1100000 101001

Color Harmonies of #9CCD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCD04

Black with #9CCD04

Text Example


Text Example

White with #9CCD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,205,4); }

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

background-color css

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

 a { background-color: rgb(156,205,4); }

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

border-color css

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

 span { border-color: rgb(156,205,4); }

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