Html Css Color HEX #9FCC07 Citrus

📋 copy color: '#9FCC07'

red 159 ◦ green 204 ◦ blue 7

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

Shades of Citrus #9FCC07

Tints of Citrus #9FCC07

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.14%

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 42.97%
G = 55.14%
B = 1.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#9FCC07 (or 0x9FCC07) is known color: Citrus. HEX triplet: 9F, CC and 07. RGB value is (159,204,7). Sum of RGB (Red+Green+Blue) = 159+204+7=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCC07 is #6033F8. Grayscale: #A8A8A8. Windows color (decimal): -6304761 or 511135. OLE color: 511135.

HSL color Cylindrical-coordinate representation of color #9FCC07: hue angle of 73.71º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FCC07 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 7 -
CMYK 0.22 0 0.97 0.2
HSL 73.71º 0.93% 0.41% -
HSV(B) 73.71º 0.97% 0.8% -
XYZ 35.93 50.57 8.07 -
YUV 168.09 37.09 121.52 -
System Red Green Blue C M Y K H S L
Decimal 159 204 7 0.22 0 0.97 0.2 73.71 0.93 0.41
Hex 9F CC 7 16 0 61 14 4A 5D 29
Octal 237 314 7 26 0 141 24 112 135 51
Binary 10011111 11001100 111 10110 0 1100001 10100 1001010 1011101 101001

Color Harmonies of #9FCC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC07

Black with #9FCC07

Text Example


Text Example

White with #9FCC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,204,7); }

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

background-color css

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

 a { background-color: rgb(159,204,7); }

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

border-color css

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

 span { border-color: rgb(159,204,7); }

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