Html Css Color HEX #8ACF1A Yellow Green

📋 copy color: '#8ACF1A'

red 138 ◦ green 207 ◦ blue 26

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

Shades of Yellow Green #8ACF1A

Tints of Yellow Green #8ACF1A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.8%

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

R = 37.2%
G = 55.8%
B = 7.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#8ACF1A (or 0x8ACF1A) is known color: Yellow Green. HEX triplet: 8A, CF and 1A. RGB value is (138,207,26). Sum of RGB (Red+Green+Blue) = 138+207+26=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF1A is #7530E5. Grayscale: #A6A6A6. Windows color (decimal): -7680230 or 1757066. OLE color: 1757066.

HSL color Cylindrical-coordinate representation of color #8ACF1A: hue angle of 82.87º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8ACF1A is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 207 26 -
CMYK 0.33 0 0.87 0.19
HSL 82.87º 0.78% 0.46% -
HSV(B) 82.87º 0.87% 0.81% -
XYZ 32.98 50.1 8.91 -
YUV 165.74 49.14 108.22 -
System Red Green Blue C M Y K H S L
Decimal 138 207 26 0.33 0 0.87 0.19 82.87 0.78 0.46
Hex 8A CF 1A 21 0 57 13 53 4E 2E
Octal 212 317 32 41 0 127 23 123 116 56
Binary 10001010 11001111 11010 100001 0 1010111 10011 1010011 1001110 101110

Color Harmonies of #8ACF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF1A

Black with #8ACF1A

Text Example


Text Example

White with #8ACF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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