Html Css Color HEX #8AD426 Yellow Green

📋 copy color: '#8AD426'

red 138 ◦ green 212 ◦ blue 38

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

Shades of Yellow Green #8AD426

Tints of Yellow Green #8AD426

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.64%

 BLUE value IS 38 (15.23% from 255) = 9.79%

R = 35.57%
G = 54.64%
B = 9.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#8AD426 (or 0x8AD426) is known color: Yellow Green. HEX triplet: 8A, D4 and 26. RGB value is (138,212,38). Sum of RGB (Red+Green+Blue) = 138+212+38=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD426 is #752BD9. Grayscale: #AAAAAA. Windows color (decimal): -7678938 or 2544778. OLE color: 2544778.

HSL color Cylindrical-coordinate representation of color #8AD426: hue angle of 85.52º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AD426 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 212 38 -
CMYK 0.35 0 0.82 0.17
HSL 85.52º 0.7% 0.49% -
HSV(B) 85.52º 0.82% 0.83% -
XYZ 34.37 52.63 10.18 -
YUV 170.04 53.48 105.15 -
System Red Green Blue C M Y K H S L
Decimal 138 212 38 0.35 0 0.82 0.17 85.52 0.7 0.49
Hex 8A D4 26 23 0 52 11 56 46 31
Octal 212 324 46 43 0 122 21 126 106 61
Binary 10001010 11010100 100110 100011 0 1010010 10001 1010110 1000110 110001

Color Harmonies of #8AD426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD426

Black with #8AD426

Text Example


Text Example

White with #8AD426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,212,38); }

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

background-color css

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

 a { background-color: rgb(138,212,38); }

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

border-color css

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

 span { border-color: rgb(138,212,38); }

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