Html Css Color HEX #8C9024 Citron

📋 copy color: '#8C9024'

red 140 ◦ green 144 ◦ blue 36

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

Shades of Citron #8C9024

Tints of Citron #8C9024

RGB

 RED value IS 140 (55.08% from 255) = 43.75%

 GREEN value IS 144 (56.64% from 255) = 45%

 BLUE value IS 36 (14.45% from 255) = 11.25%

R = 43.75%
G = 45%
B = 11.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8C9024 (or 0x8C9024) is known color: Citron. HEX triplet: 8C, 90 and 24. RGB value is (140,144,36). Sum of RGB (Red+Green+Blue) = 140+144+36=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9024 is #736FDB. Grayscale: #828282. Windows color (decimal): -7565276 or 2396300. OLE color: 2396300.

HSL color Cylindrical-coordinate representation of color #8C9024: hue angle of 62.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C9024 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 144 36 -
CMYK 0.03 0 0.75 0.44
HSL 62.22º 0.6% 0.35% -
HSV(B) 62.22º 0.75% 0.56% -
XYZ 21.11 25.65 5.51 -
YUV 130.49 74.67 134.78 -
System Red Green Blue C M Y K H S L
Decimal 140 144 36 0.03 0 0.75 0.44 62.22 0.6 0.35
Hex 8C 90 24 3 0 4B 2C 3E 3C 23
Octal 214 220 44 3 0 113 54 76 74 43
Binary 10001100 10010000 100100 11 0 1001011 101100 111110 111100 100011

Color Harmonies of #8C9024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9024

Black with #8C9024

Text Example


Text Example

White with #8C9024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9024; }

 p { color: rgb(140,144,36); }

 H1.HeaderClassName
 {
   color: #8C9024;
 }
 .AnyTagClassName
 {
   color: #8C9024;
 }
</style>

background-color css

<style>
 a { background-color: #8C9024; }

 a { background-color: rgb(140,144,36); }

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

border-color css

<style>
 span { border-color: #8C9024; }

 span { border-color: rgb(140,144,36); }

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