Html Css Color HEX #9FCA0C Citrus

📋 copy color: '#9FCA0C'

red 159 ◦ green 202 ◦ blue 12

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

Shades of Citrus #9FCA0C

Tints of Citrus #9FCA0C

RGB

 RED value IS 159 (62.5% from 255) = 42.63%

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

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

R = 42.63%
G = 54.16%
B = 3.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#9FCA0C (or 0x9FCA0C) is known color: Citrus. HEX triplet: 9F, CA and 0C. RGB value is (159,202,12). Sum of RGB (Red+Green+Blue) = 159+202+12=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCA0C is #6035F3. Grayscale: #A8A8A8. Windows color (decimal): -6305268 or 838303. OLE color: 838303.

HSL color Cylindrical-coordinate representation of color #9FCA0C: hue angle of 73.58º 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 #9FCA0C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 12 -
CMYK 0.21 0 0.94 0.21
HSL 73.58º 0.89% 0.42% -
HSV(B) 73.58º 0.94% 0.79% -
XYZ 35.48 49.64 8.06 -
YUV 167.48 40.25 121.95 -
System Red Green Blue C M Y K H S L
Decimal 159 202 12 0.21 0 0.94 0.21 73.58 0.89 0.42
Hex 9F CA C 15 0 5E 15 4A 59 2A
Octal 237 312 14 25 0 136 25 112 131 52
Binary 10011111 11001010 1100 10101 0 1011110 10101 1001010 1011001 101010

Color Harmonies of #9FCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA0C

Black with #9FCA0C

Text Example


Text Example

White with #9FCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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