Html Css Color HEX #9FCD08 Citrus

📋 copy color: '#9FCD08'

red 159 ◦ green 205 ◦ blue 8

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

Shades of Citrus #9FCD08

Tints of Citrus #9FCD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.15%

R = 42.74%
G = 55.11%
B = 2.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#9FCD08 (or 0x9FCD08) is known color: Citrus. HEX triplet: 9F, CD and 08. RGB value is (159,205,8). Sum of RGB (Red+Green+Blue) = 159+205+8=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 205 (80.47% from 255 or 55.11% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCD08 is #6032F7. Grayscale: #A9A9A9. Windows color (decimal): -6304504 or 576927. OLE color: 576927.

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

Color convert

RGB 159 205 8 -
CMYK 0.22 0 0.96 0.20
HSL 74.01º 0.92% 0.42% -
HSV(B) 74.01º 0.96% 0.8% -
XYZ 36.17 51.05 8.18 -
YUV 168.79 37.26 121.02 -
System Red Green Blue C M Y K H S L
Decimal 159 205 8 0.22 0 0.96 0.20 74.01 0.92 0.42
Hex 9F CD 8 16 0 60 14 4A 5C 2A
Octal 237 315 10 26 0 140 24 112 134 52
Binary 10011111 11001101 1000 10110 0 1100000 10100 1001010 1011100 101010

Color Harmonies of #9FCD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCD08

Black with #9FCD08

Text Example


Text Example

White with #9FCD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,205,8); }

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

background-color css

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

 a { background-color: rgb(159,205,8); }

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

border-color css

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

 span { border-color: rgb(159,205,8); }

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