Html Css Color HEX #AADF2F Atlantis

📋 copy color: '#AADF2F'

red 170 ◦ green 223 ◦ blue 47

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

Shades of Atlantis #AADF2F

Tints of Atlantis #AADF2F

RGB

 RED value IS 170 (66.8% from 255) = 38.64%

 GREEN value IS 223 (87.5% from 255) = 50.68%

 BLUE value IS 47 (18.75% from 255) = 10.68%

R = 38.64%
G = 50.68%
B = 10.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#AADF2F (or 0xAADF2F) is known color: Atlantis. HEX triplet: AA, DF and 2F. RGB value is (170,223,47). Sum of RGB (Red+Green+Blue) = 170+223+47=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF2F is #5520D0. Grayscale: #BBBBBB. Windows color (decimal): -5578961 or 3137450. OLE color: 3137450.

HSL color Cylindrical-coordinate representation of color #AADF2F: hue angle of 78.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AADF2F is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 47 -
CMYK 0.24 0 0.79 0.13
HSL 78.07º 0.73% 0.53% -
HSV(B) 78.07º 0.79% 0.87% -
XYZ 43.48 61.53 12.27 -
YUV 187.09 48.94 115.81 -
System Red Green Blue C M Y K H S L
Decimal 170 223 47 0.24 0 0.79 0.13 78.07 0.73 0.53
Hex AA DF 2F 18 0 4F D 4E 49 35
Octal 252 337 57 30 0 117 15 116 111 65
Binary 10101010 11011111 101111 11000 0 1001111 1101 1001110 1001001 110101

Color Harmonies of #AADF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF2F

Black with #AADF2F

Text Example


Text Example

White with #AADF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF2F; }

 p { color: rgb(170,223,47); }

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

background-color css

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

 a { background-color: rgb(170,223,47); }

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

border-color css

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

 span { border-color: rgb(170,223,47); }

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