Html Css Color HEX #8ADB13 Yellow Green

📋 copy color: '#8ADB13'

red 138 ◦ green 219 ◦ blue 19

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

Shades of Yellow Green #8ADB13

Tints of Yellow Green #8ADB13

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.24%

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

R = 36.7%
G = 58.24%
B = 5.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#8ADB13 (or 0x8ADB13) is known color: Yellow Green. HEX triplet: 8A, DB and 13. RGB value is (138,219,19). Sum of RGB (Red+Green+Blue) = 138+219+19=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADB13 is #7524EC. Grayscale: #ACACAC. Windows color (decimal): -7677165 or 1301386. OLE color: 1301386.

HSL color Cylindrical-coordinate representation of color #8ADB13: hue angle of 84.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8ADB13 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 219 19 -
CMYK 0.37 0 0.91 0.14
HSL 84.3º 0.84% 0.47% -
HSV(B) 84.3º 0.91% 0.86% -
XYZ 35.93 56.11 9.55 -
YUV 171.98 41.66 103.76 -
System Red Green Blue C M Y K H S L
Decimal 138 219 19 0.37 0 0.91 0.14 84.3 0.84 0.47
Hex 8A DB 13 25 0 5B E 54 54 2F
Octal 212 333 23 45 0 133 16 124 124 57
Binary 10001010 11011011 10011 100101 0 1011011 1110 1010100 1010100 101111

Color Harmonies of #8ADB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADB13

Black with #8ADB13

Text Example


Text Example

White with #8ADB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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