Html Css Color HEX #8ACC1F Yellow Green

📋 copy color: '#8ACC1F'

red 138 ◦ green 204 ◦ blue 31

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

Shades of Yellow Green #8ACC1F

Tints of Yellow Green #8ACC1F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.69%

 BLUE value IS 31 (12.5% from 255) = 8.31%

R = 37%
G = 54.69%
B = 8.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#8ACC1F (or 0x8ACC1F) is known color: Yellow Green. HEX triplet: 8A, CC and 1F. RGB value is (138,204,31). Sum of RGB (Red+Green+Blue) = 138+204+31=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC1F is #7533E0. Grayscale: #A5A5A5. Windows color (decimal): -7680993 or 2083978. OLE color: 2083978.

HSL color Cylindrical-coordinate representation of color #8ACC1F: hue angle of 82.89º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8ACC1F is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 31 -
CMYK 0.32 0 0.85 0.2
HSL 82.89º 0.74% 0.46% -
HSV(B) 82.89º 0.85% 0.8% -
XYZ 32.32 48.69 8.99 -
YUV 164.54 52.63 109.07 -
System Red Green Blue C M Y K H S L
Decimal 138 204 31 0.32 0 0.85 0.2 82.89 0.74 0.46
Hex 8A CC 1F 20 0 55 14 53 4A 2E
Octal 212 314 37 40 0 125 24 123 112 56
Binary 10001010 11001100 11111 100000 0 1010101 10100 1010011 1001010 101110

Color Harmonies of #8ACC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC1F

Black with #8ACC1F

Text Example


Text Example

White with #8ACC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,204,31); }

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

background-color css

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

 a { background-color: rgb(138,204,31); }

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

border-color css

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

 span { border-color: rgb(138,204,31); }

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