Html Css Color HEX #9AD74F Atlantis

📋 copy color: '#9AD74F'

red 154 ◦ green 215 ◦ blue 79

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

Shades of Atlantis #9AD74F

Tints of Atlantis #9AD74F

RGB

 RED value IS 154 (60.55% from 255) = 34.38%

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

 BLUE value IS 79 (31.25% from 255) = 17.63%

R = 34.38%
G = 47.99%
B = 17.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#9AD74F (or 0x9AD74F) is known color: Atlantis. HEX triplet: 9A, D7 and 4F. RGB value is (154,215,79). Sum of RGB (Red+Green+Blue) = 154+215+79=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD74F is #6528B0. Grayscale: #B5B5B5. Windows color (decimal): -6629553 or 5232538. OLE color: 5232538.

HSL color Cylindrical-coordinate representation of color #9AD74F: hue angle of 86.91º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AD74F is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 215 79 -
CMYK 0.28 0 0.63 0.16
HSL 86.91º 0.63% 0.58% -
HSV(B) 86.91º 0.63% 0.84% -
XYZ 39.04 56.04 16.16 -
YUV 181.26 70.29 108.56 -
System Red Green Blue C M Y K H S L
Decimal 154 215 79 0.28 0 0.63 0.16 86.91 0.63 0.58
Hex 9A D7 4F 1C 0 3F 10 57 3F 3A
Octal 232 327 117 34 0 77 20 127 77 72
Binary 10011010 11010111 1001111 11100 0 111111 10000 1010111 111111 111010

Color Harmonies of #9AD74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD74F

Black with #9AD74F

Text Example


Text Example

White with #9AD74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AD74F; }

 p { color: rgb(154,215,79); }

 H1.HeaderClassName
 {
   color: #9AD74F;
 }
 .AnyTagClassName
 {
   color: #9AD74F;
 }
</style>

background-color css

<style>
 a { background-color: #9AD74F; }

 a { background-color: rgb(154,215,79); }

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

border-color css

<style>
 span { border-color: #9AD74F; }

 span { border-color: rgb(154,215,79); }

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