Html Css Color HEX #9CA028 Citron

📋 copy color: '#9CA028'

red 156 ◦ green 160 ◦ blue 40

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

Shades of Citron #9CA028

Tints of Citron #9CA028

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.94%

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 43.82%
G = 44.94%
B = 11.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#9CA028 (or 0x9CA028) is known color: Citron. HEX triplet: 9C, A0 and 28. RGB value is (156,160,40). Sum of RGB (Red+Green+Blue) = 156+160+40=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA028 is #635FD7. Grayscale: #919191. Windows color (decimal): -6512600 or 2662556. OLE color: 2662556.

HSL color Cylindrical-coordinate representation of color #9CA028: hue angle of 62º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9CA028 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 160 40 -
CMYK 0.02 0 0.75 0.37
HSL 62º 0.6% 0.39% -
HSV(B) 62º 0.75% 0.63% -
XYZ 26.66 32.36 6.85 -
YUV 145.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 156 160 40 0.02 0 0.75 0.37 62 0.6 0.39
Hex 9C A0 28 2 0 4B 25 3E 3C 27
Octal 234 240 50 2 0 113 45 76 74 47
Binary 10011100 10100000 101000 10 0 1001011 100101 111110 111100 100111

Color Harmonies of #9CA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA028

Black with #9CA028

Text Example


Text Example

White with #9CA028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,160,40); }

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

background-color css

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

 a { background-color: rgb(156,160,40); }

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

border-color css

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

 span { border-color: rgb(156,160,40); }

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