Html Css Color HEX #8ACF13 Yellow Green

📋 copy color: '#8ACF13'

red 138 ◦ green 207 ◦ blue 19

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

Shades of Yellow Green #8ACF13

Tints of Yellow Green #8ACF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.22%

R = 37.91%
G = 56.87%
B = 5.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#8ACF13 (or 0x8ACF13) is known color: Yellow Green. HEX triplet: 8A, CF and 13. RGB value is (138,207,19). Sum of RGB (Red+Green+Blue) = 138+207+19=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACF13 is #7530EC. Grayscale: #A5A5A5. Windows color (decimal): -7680237 or 1298314. OLE color: 1298314.

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

Color convert

RGB 138 207 19 -
CMYK 0.33 0 0.91 0.19
HSL 82.02º 0.83% 0.44% -
HSV(B) 82.02º 0.91% 0.81% -
XYZ 32.91 50.08 8.55 -
YUV 164.94 45.64 108.79 -
System Red Green Blue C M Y K H S L
Decimal 138 207 19 0.33 0 0.91 0.19 82.02 0.83 0.44
Hex 8A CF 13 21 0 5B 13 52 53 2C
Octal 212 317 23 41 0 133 23 122 123 54
Binary 10001010 11001111 10011 100001 0 1011011 10011 1010010 1010011 101100

Color Harmonies of #8ACF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF13

Black with #8ACF13

Text Example


Text Example

White with #8ACF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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