Html Css Color HEX #9CCA0C Citrus

📋 copy color: '#9CCA0C'

red 156 ◦ green 202 ◦ blue 12

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

Shades of Citrus #9CCA0C

Tints of Citrus #9CCA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.59%

 BLUE value IS 12 (5.08% from 255) = 3.24%

R = 42.16%
G = 54.59%
B = 3.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#9CCA0C (or 0x9CCA0C) is known color: Citrus. HEX triplet: 9C, CA and 0C. RGB value is (156,202,12). Sum of RGB (Red+Green+Blue) = 156+202+12=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCA0C is #6335F3. Grayscale: #A7A7A7. Windows color (decimal): -6501876 or 838300. OLE color: 838300.

HSL color Cylindrical-coordinate representation of color #9CCA0C: hue angle of 74.53º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CCA0C is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 202 12 -
CMYK 0.23 0 0.94 0.21
HSL 74.53º 0.89% 0.42% -
HSV(B) 74.53º 0.94% 0.79% -
XYZ 34.9 49.34 8.03 -
YUV 166.59 40.76 120.45 -
System Red Green Blue C M Y K H S L
Decimal 156 202 12 0.23 0 0.94 0.21 74.53 0.89 0.42
Hex 9C CA C 17 0 5E 15 4B 59 2A
Octal 234 312 14 27 0 136 25 113 131 52
Binary 10011100 11001010 1100 10111 0 1011110 10101 1001011 1011001 101010

Color Harmonies of #9CCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCA0C

Black with #9CCA0C

Text Example


Text Example

White with #9CCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,202,12); }

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

background-color css

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

 a { background-color: rgb(156,202,12); }

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

border-color css

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

 span { border-color: rgb(156,202,12); }

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