Html Css Color HEX #8AA107 Citron

📋 copy color: '#8AA107'

red 138 ◦ green 161 ◦ blue 7

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

Shades of Citron #8AA107

Tints of Citron #8AA107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.29%

R = 45.1%
G = 52.61%
B = 2.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#8AA107 (or 0x8AA107) is known color: Citron. HEX triplet: 8A, A1 and 07. RGB value is (138,161,7). Sum of RGB (Red+Green+Blue) = 138+161+7=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA107 is #755EF8. Grayscale: #898989. Windows color (decimal): -7692025 or 500106. OLE color: 500106.

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

Color convert

RGB 138 161 7 -
CMYK 0.14 0 0.96 0.37
HSL 68.96º 0.92% 0.33% -
HSV(B) 68.96º 0.96% 0.63% -
XYZ 23.26 30.91 4.94 -
YUV 136.57 54.88 129.02 -
System Red Green Blue C M Y K H S L
Decimal 138 161 7 0.14 0 0.96 0.37 68.96 0.92 0.33
Hex 8A A1 7 E 0 60 25 45 5C 21
Octal 212 241 7 16 0 140 45 105 134 41
Binary 10001010 10100001 111 1110 0 1100000 100101 1000101 1011100 100001

Color Harmonies of #8AA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA107

Black with #8AA107

Text Example


Text Example

White with #8AA107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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