Html Css Color HEX #9FCA0D Citrus

📋 copy color: '#9FCA0D'

red 159 ◦ green 202 ◦ blue 13

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

Shades of Citrus #9FCA0D

Tints of Citrus #9FCA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.48%

R = 42.51%
G = 54.01%
B = 3.48%

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

#9FCA0D (or 0x9FCA0D) is known color: Citrus. HEX triplet: 9F, CA and 0D. RGB value is (159,202,13). Sum of RGB (Red+Green+Blue) = 159+202+13=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCA0D is #6035F2. Grayscale: #A8A8A8. Windows color (decimal): -6305267 or 903839. OLE color: 903839.

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

Color convert

RGB 159 202 13 -
CMYK 0.21 0 0.94 0.21
HSL 73.65º 0.88% 0.42% -
HSV(B) 73.65º 0.94% 0.79% -
XYZ 35.49 49.64 8.09 -
YUV 167.6 40.75 121.87 -
System Red Green Blue C M Y K H S L
Decimal 159 202 13 0.21 0 0.94 0.21 73.65 0.88 0.42
Hex 9F CA D 15 0 5E 15 4A 58 2A
Octal 237 312 15 25 0 136 25 112 130 52
Binary 10011111 11001010 1101 10101 0 1011110 10101 1001010 1011000 101010

Color Harmonies of #9FCA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA0D

Black with #9FCA0D

Text Example


Text Example

White with #9FCA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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