Html Css Color HEX #8AA125 Citron

📋 copy color: '#8AA125'

red 138 ◦ green 161 ◦ blue 37

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

Shades of Citron #8AA125

Tints of Citron #8AA125

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.92%

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 41.07%
G = 47.92%
B = 11.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#8AA125 (or 0x8AA125) is known color: Citron. HEX triplet: 8A, A1 and 25. RGB value is (138,161,37). Sum of RGB (Red+Green+Blue) = 138+161+37=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA125 is #755EDA. Grayscale: #8C8C8C. Windows color (decimal): -7691995 or 2466186. OLE color: 2466186.

HSL color Cylindrical-coordinate representation of color #8AA125: hue angle of 71.13º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AA125 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 161 37 -
CMYK 0.14 0 0.77 0.37
HSL 71.13º 0.63% 0.39% -
HSV(B) 71.13º 0.77% 0.63% -
XYZ 23.56 31.03 6.5 -
YUV 139.99 69.88 126.58 -
System Red Green Blue C M Y K H S L
Decimal 138 161 37 0.14 0 0.77 0.37 71.13 0.63 0.39
Hex 8A A1 25 E 0 4D 25 47 3F 27
Octal 212 241 45 16 0 115 45 107 77 47
Binary 10001010 10100001 100101 1110 0 1001101 100101 1000111 111111 100111

Color Harmonies of #8AA125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA125

Black with #8AA125

Text Example


Text Example

White with #8AA125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,161,37); }

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

background-color css

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

 a { background-color: rgb(138,161,37); }

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

border-color css

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

 span { border-color: rgb(138,161,37); }

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