Html Css Color HEX #9CC805 Citrus

📋 copy color: '#9CC805'

red 156 ◦ green 200 ◦ blue 5

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

Shades of Citrus #9CC805

Tints of Citrus #9CC805

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.4%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 43.21%
G = 55.4%
B = 1.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#9CC805 (or 0x9CC805) is known color: Citrus. HEX triplet: 9C, C8 and 05. RGB value is (156,200,5). Sum of RGB (Red+Green+Blue) = 156+200+5=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC805 is #6337FA. Grayscale: #A5A5A5. Windows color (decimal): -6502395 or 379036. OLE color: 379036.

HSL color Cylindrical-coordinate representation of color #9CC805: hue angle of 73.54º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CC805 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 200 5 -
CMYK 0.22 0 0.98 0.22
HSL 73.54º 0.95% 0.4% -
HSV(B) 73.54º 0.98% 0.78% -
XYZ 34.39 48.39 7.67 -
YUV 164.61 37.92 121.86 -
System Red Green Blue C M Y K H S L
Decimal 156 200 5 0.22 0 0.98 0.22 73.54 0.95 0.4
Hex 9C C8 5 16 0 62 16 4A 5F 28
Octal 234 310 5 26 0 142 26 112 137 50
Binary 10011100 11001000 101 10110 0 1100010 10110 1001010 1011111 101000

Color Harmonies of #9CC805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC805

Black with #9CC805

Text Example


Text Example

White with #9CC805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,200,5); }

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

background-color css

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

 a { background-color: rgb(156,200,5); }

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

border-color css

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

 span { border-color: rgb(156,200,5); }

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