Html Css Color HEX #9CA810 Citrus

📋 copy color: '#9CA810'

red 156 ◦ green 168 ◦ blue 16

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

Shades of Citrus #9CA810

Tints of Citrus #9CA810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.41%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 45.88%
G = 49.41%
B = 4.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#9CA810 (or 0x9CA810) is known color: Citrus. HEX triplet: 9C, A8 and 10. RGB value is (156,168,16). Sum of RGB (Red+Green+Blue) = 156+168+16=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA810 is #6357EF. Grayscale: #939393. Windows color (decimal): -6510576 or 1091740. OLE color: 1091740.

HSL color Cylindrical-coordinate representation of color #9CA810: hue angle of 64.74º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CA810 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 168 16 -
CMYK 0.07 0 0.90 0.34
HSL 64.74º 0.83% 0.36% -
HSV(B) 64.74º 0.9% 0.66% -
XYZ 27.81 35.11 5.8 -
YUV 147.08 54.02 134.36 -
System Red Green Blue C M Y K H S L
Decimal 156 168 16 0.07 0 0.90 0.34 64.74 0.83 0.36
Hex 9C A8 10 7 0 5A 22 41 53 24
Octal 234 250 20 7 0 132 42 101 123 44
Binary 10011100 10101000 10000 111 0 1011010 100010 1000001 1010011 100100

Color Harmonies of #9CA810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA810

Black with #9CA810

Text Example


Text Example

White with #9CA810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,168,16); }

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

background-color css

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

 a { background-color: rgb(156,168,16); }

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

border-color css

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

 span { border-color: rgb(156,168,16); }

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