Html Css Color HEX #9CCC0F Citrus

📋 copy color: '#9CCC0F'

red 156 ◦ green 204 ◦ blue 15

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

Shades of Citrus #9CCC0F

Tints of Citrus #9CCC0F

RGB

 RED value IS 156 (61.33% from 255) = 41.6%

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

 BLUE value IS 15 (6.25% from 255) = 4%

R = 41.6%
G = 54.4%
B = 4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#9CCC0F (or 0x9CCC0F) is known color: Citrus. HEX triplet: 9C, CC and 0F. RGB value is (156,204,15). Sum of RGB (Red+Green+Blue) = 156+204+15=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCC0F is #6333F0. Grayscale: #A8A8A8. Windows color (decimal): -6501361 or 1035420. OLE color: 1035420.

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

Color convert

RGB 156 204 15 -
CMYK 0.24 0 0.93 0.2
HSL 75.24º 0.86% 0.43% -
HSV(B) 75.24º 0.93% 0.8% -
XYZ 35.39 50.29 8.29 -
YUV 168.1 41.6 119.37 -
System Red Green Blue C M Y K H S L
Decimal 156 204 15 0.24 0 0.93 0.2 75.24 0.86 0.43
Hex 9C CC F 18 0 5D 14 4B 56 2B
Octal 234 314 17 30 0 135 24 113 126 53
Binary 10011100 11001100 1111 11000 0 1011101 10100 1001011 1010110 101011

Color Harmonies of #9CCC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCC0F

Black with #9CCC0F

Text Example


Text Example

White with #9CCC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,204,15); }

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

background-color css

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

 a { background-color: rgb(156,204,15); }

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

border-color css

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

 span { border-color: rgb(156,204,15); }

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