Html Css Color HEX #8AD74A Atlantis

📋 copy color: '#8AD74A'

red 138 ◦ green 215 ◦ blue 74

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

Shades of Atlantis #8AD74A

Tints of Atlantis #8AD74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.35%

 BLUE value IS 74 (29.3% from 255) = 17.33%

R = 32.32%
G = 50.35%
B = 17.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#8AD74A (or 0x8AD74A) is known color: Atlantis. HEX triplet: 8A, D7 and 4A. RGB value is (138,215,74). Sum of RGB (Red+Green+Blue) = 138+215+74=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD74A is #7528B5. Grayscale: #B0B0B0. Windows color (decimal): -7678134 or 4904842. OLE color: 4904842.

HSL color Cylindrical-coordinate representation of color #8AD74A: hue angle of 92.77º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AD74A is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 215 74 -
CMYK 0.36 0 0.66 0.16
HSL 92.77º 0.64% 0.57% -
HSV(B) 92.77º 0.66% 0.84% -
XYZ 36.02 54.5 15.1 -
YUV 175.9 70.49 100.96 -
System Red Green Blue C M Y K H S L
Decimal 138 215 74 0.36 0 0.66 0.16 92.77 0.64 0.57
Hex 8A D7 4A 24 0 42 10 5D 40 39
Octal 212 327 112 44 0 102 20 135 100 71
Binary 10001010 11010111 1001010 100100 0 1000010 10000 1011101 1000000 111001

Color Harmonies of #8AD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD74A

Black with #8AD74A

Text Example


Text Example

White with #8AD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,215,74); }

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

background-color css

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

 a { background-color: rgb(138,215,74); }

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

border-color css

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

 span { border-color: rgb(138,215,74); }

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