Html Css Color HEX #8ACA1A Yellow Green

📋 copy color: '#8ACA1A'

red 138 ◦ green 202 ◦ blue 26

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

Shades of Yellow Green #8ACA1A

Tints of Yellow Green #8ACA1A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.19%

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 37.7%
G = 55.19%
B = 7.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#8ACA1A (or 0x8ACA1A) is known color: Yellow Green. HEX triplet: 8A, CA and 1A. RGB value is (138,202,26). Sum of RGB (Red+Green+Blue) = 138+202+26=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACA1A is #7535E5. Grayscale: #A3A3A3. Windows color (decimal): -7681510 or 1755786. OLE color: 1755786.

HSL color Cylindrical-coordinate representation of color #8ACA1A: hue angle of 81.82º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8ACA1A is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 202 26 -
CMYK 0.32 0 0.87 0.21
HSL 81.82º 0.77% 0.45% -
HSV(B) 81.82º 0.87% 0.79% -
XYZ 31.79 47.72 8.51 -
YUV 162.8 50.8 110.31 -
System Red Green Blue C M Y K H S L
Decimal 138 202 26 0.32 0 0.87 0.21 81.82 0.77 0.45
Hex 8A CA 1A 20 0 57 15 52 4D 2D
Octal 212 312 32 40 0 127 25 122 115 55
Binary 10001010 11001010 11010 100000 0 1010111 10101 1010010 1001101 101101

Color Harmonies of #8ACA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACA1A

Black with #8ACA1A

Text Example


Text Example

White with #8ACA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,202,26); }

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

background-color css

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

 a { background-color: rgb(138,202,26); }

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

border-color css

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

 span { border-color: rgb(138,202,26); }

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