Html Css Color HEX #9FCF01 Citrus

📋 copy color: '#9FCF01'

red 159 ◦ green 207 ◦ blue 1

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

Shades of Citrus #9FCF01

Tints of Citrus #9FCF01

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.4%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 43.32%
G = 56.4%
B = 0.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#9FCF01 (or 0x9FCF01) is known color: Citrus. HEX triplet: 9F, CF and 01. RGB value is (159,207,1). Sum of RGB (Red+Green+Blue) = 159+207+1=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCF01 is #6030FE. Grayscale: #A9A9A9. Windows color (decimal): -6303999 or 118687. OLE color: 118687.

HSL color Cylindrical-coordinate representation of color #9FCF01: hue angle of 73.98º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FCF01 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 207 1 -
CMYK 0.23 0 1.00 0.19
HSL 73.98º 0.99% 0.41% -
HSV(B) 73.98º 1% 0.81% -
XYZ 36.62 52 8.14 -
YUV 169.16 33.1 120.75 -
System Red Green Blue C M Y K H S L
Decimal 159 207 1 0.23 0 1.00 0.19 73.98 0.99 0.41
Hex 9F CF 1 17 0 64 13 4A 63 29
Octal 237 317 1 27 0 144 23 112 143 51
Binary 10011111 11001111 1 10111 0 1100100 10011 1001010 1100011 101001

Color Harmonies of #9FCF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCF01

Black with #9FCF01

Text Example


Text Example

White with #9FCF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,207,1); }

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

background-color css

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

 a { background-color: rgb(159,207,1); }

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

border-color css

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

 span { border-color: rgb(159,207,1); }

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