Html Css Color HEX #9CA20E Citrus

📋 copy color: '#9CA20E'

red 156 ◦ green 162 ◦ blue 14

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

Shades of Citrus #9CA20E

Tints of Citrus #9CA20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.8%

 BLUE value IS 14 (5.86% from 255) = 4.22%

R = 46.99%
G = 48.8%
B = 4.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#9CA20E (or 0x9CA20E) is known color: Citrus. HEX triplet: 9C, A2 and 0E. RGB value is (156,162,14). Sum of RGB (Red+Green+Blue) = 156+162+14=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA20E is #635DF1. Grayscale: #8F8F8F. Windows color (decimal): -6512114 or 959132. OLE color: 959132.

HSL color Cylindrical-coordinate representation of color #9CA20E: hue angle of 62.43º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CA20E is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 162 14 -
CMYK 0.04 0 0.91 0.36
HSL 62.43º 0.84% 0.35% -
HSV(B) 62.43º 0.91% 0.64% -
XYZ 26.71 32.94 5.37 -
YUV 143.33 55.01 137.03 -
System Red Green Blue C M Y K H S L
Decimal 156 162 14 0.04 0 0.91 0.36 62.43 0.84 0.35
Hex 9C A2 E 4 0 5B 24 3E 54 23
Octal 234 242 16 4 0 133 44 76 124 43
Binary 10011100 10100010 1110 100 0 1011011 100100 111110 1010100 100011

Color Harmonies of #9CA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA20E

Black with #9CA20E

Text Example


Text Example

White with #9CA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,162,14); }

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

background-color css

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

 a { background-color: rgb(156,162,14); }

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

border-color css

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

 span { border-color: rgb(156,162,14); }

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