Html Css Color HEX #8CA31E Citron

📋 copy color: '#8CA31E'

red 140 ◦ green 163 ◦ blue 30

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

Shades of Citron #8CA31E

Tints of Citron #8CA31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.95%

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 42.04%
G = 48.95%
B = 9.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#8CA31E (or 0x8CA31E) is known color: Citron. HEX triplet: 8C, A3 and 1E. RGB value is (140,163,30). Sum of RGB (Red+Green+Blue) = 140+163+30=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA31E is #735CE1. Grayscale: #8D8D8D. Windows color (decimal): -7560418 or 2007948. OLE color: 2007948.

HSL color Cylindrical-coordinate representation of color #8CA31E: hue angle of 70.38º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CA31E is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 163 30 -
CMYK 0.14 0 0.82 0.36
HSL 70.38º 0.69% 0.38% -
HSV(B) 70.38º 0.82% 0.64% -
XYZ 24.15 31.86 6.11 -
YUV 140.96 65.38 127.31 -
System Red Green Blue C M Y K H S L
Decimal 140 163 30 0.14 0 0.82 0.36 70.38 0.69 0.38
Hex 8C A3 1E E 0 52 24 46 45 26
Octal 214 243 36 16 0 122 44 106 105 46
Binary 10001100 10100011 11110 1110 0 1010010 100100 1000110 1000101 100110

Color Harmonies of #8CA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA31E

Black with #8CA31E

Text Example


Text Example

White with #8CA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,163,30); }

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

background-color css

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

 a { background-color: rgb(140,163,30); }

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

border-color css

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

 span { border-color: rgb(140,163,30); }

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