Html Css Color HEX #8AA41D Citron

📋 copy color: '#8AA41D'

red 138 ◦ green 164 ◦ blue 29

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

Shades of Citron #8AA41D

Tints of Citron #8AA41D

RGB

 RED value IS 138 (54.3% from 255) = 41.69%

 GREEN value IS 164 (64.45% from 255) = 49.55%

 BLUE value IS 29 (11.72% from 255) = 8.76%

R = 41.69%
G = 49.55%
B = 8.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#8AA41D (or 0x8AA41D) is known color: Citron. HEX triplet: 8A, A4 and 1D. RGB value is (138,164,29). Sum of RGB (Red+Green+Blue) = 138+164+29=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA41D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA41D is #755BE2. Grayscale: #8D8D8D. Windows color (decimal): -7691235 or 1942666. OLE color: 1942666.

HSL color Cylindrical-coordinate representation of color #8AA41D: hue angle of 71.56º degrees, saturation: 0.7, 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 #8AA41D is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 164 29 -
CMYK 0.16 0 0.82 0.36
HSL 71.56º 0.7% 0.38% -
HSV(B) 71.56º 0.82% 0.64% -
XYZ 23.98 32.04 6.08 -
YUV 140.84 64.89 125.98 -
System Red Green Blue C M Y K H S L
Decimal 138 164 29 0.16 0 0.82 0.36 71.56 0.7 0.38
Hex 8A A4 1D 10 0 52 24 48 46 26
Octal 212 244 35 20 0 122 44 110 106 46
Binary 10001010 10100100 11101 10000 0 1010010 100100 1001000 1000110 100110

Color Harmonies of #8AA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA41D

Black with #8AA41D

Text Example


Text Example

White with #8AA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,164,29); }

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

background-color css

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

 a { background-color: rgb(138,164,29); }

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

border-color css

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

 span { border-color: rgb(138,164,29); }

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