Html Css Color HEX #9CC504 Citrus

📋 copy color: '#9CC504'

red 156 ◦ green 197 ◦ blue 4

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

Shades of Citrus #9CC504

Tints of Citrus #9CC504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.18%

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

R = 43.7%
G = 55.18%
B = 1.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#9CC504 (or 0x9CC504) is known color: Citrus. HEX triplet: 9C, C5 and 04. RGB value is (156,197,4). Sum of RGB (Red+Green+Blue) = 156+197+4=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC504 is #633AFB. Grayscale: #A3A3A3. Windows color (decimal): -6503164 or 312732. OLE color: 312732.

HSL color Cylindrical-coordinate representation of color #9CC504: hue angle of 72.75º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CC504 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 156 197 4 -
CMYK 0.21 0 0.98 0.23
HSL 72.75º 0.96% 0.39% -
HSV(B) 72.75º 0.98% 0.77% -
XYZ 33.7 47.01 7.41 -
YUV 162.74 38.42 123.19 -
System Red Green Blue C M Y K H S L
Decimal 156 197 4 0.21 0 0.98 0.23 72.75 0.96 0.39
Hex 9C C5 4 15 0 62 17 49 60 27
Octal 234 305 4 25 0 142 27 111 140 47
Binary 10011100 11000101 100 10101 0 1100010 10111 1001001 1100000 100111

Color Harmonies of #9CC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC504

Black with #9CC504

Text Example


Text Example

White with #9CC504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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