Html Css Color HEX #8CA50A Citron

📋 copy color: '#8CA50A'

red 140 ◦ green 165 ◦ blue 10

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

Shades of Citron #8CA50A

Tints of Citron #8CA50A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.38%

 BLUE value IS 10 (4.3% from 255) = 3.17%

R = 44.44%
G = 52.38%
B = 3.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#8CA50A (or 0x8CA50A) is known color: Citron. HEX triplet: 8C, A5 and 0A. RGB value is (140,165,10). Sum of RGB (Red+Green+Blue) = 140+165+10=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA50A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA50A is #735AF5. Grayscale: #8C8C8C. Windows color (decimal): -7559926 or 697740. OLE color: 697740.

HSL color Cylindrical-coordinate representation of color #8CA50A: hue angle of 69.68º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CA50A is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 10 -
CMYK 0.15 0 0.94 0.35
HSL 69.68º 0.89% 0.34% -
HSV(B) 69.68º 0.94% 0.65% -
XYZ 24.33 32.51 5.28 -
YUV 139.86 54.72 128.1 -
System Red Green Blue C M Y K H S L
Decimal 140 165 10 0.15 0 0.94 0.35 69.68 0.89 0.34
Hex 8C A5 A F 0 5E 23 46 59 22
Octal 214 245 12 17 0 136 43 106 131 42
Binary 10001100 10100101 1010 1111 0 1011110 100011 1000110 1011001 100010

Color Harmonies of #8CA50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA50A

Black with #8CA50A

Text Example


Text Example

White with #8CA50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,165,10); }

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

background-color css

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

 a { background-color: rgb(140,165,10); }

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

border-color css

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

 span { border-color: rgb(140,165,10); }

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