Html Css Color HEX #A8DF2F Atlantis

📋 copy color: '#A8DF2F'

red 168 ◦ green 223 ◦ blue 47

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

Shades of Atlantis #A8DF2F

Tints of Atlantis #A8DF2F

RGB

 RED value IS 168 (66.02% from 255) = 38.36%

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

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

R = 38.36%
G = 50.91%
B = 10.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#A8DF2F (or 0xA8DF2F) is known color: Atlantis. HEX triplet: A8, DF and 2F. RGB value is (168,223,47). Sum of RGB (Red+Green+Blue) = 168+223+47=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF2F is #5720D0. Grayscale: #BBBBBB. Windows color (decimal): -5710033 or 3137448. OLE color: 3137448.

HSL color Cylindrical-coordinate representation of color #A8DF2F: hue angle of 78.75º 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 #A8DF2F is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 47 -
CMYK 0.25 0 0.79 0.13
HSL 78.75º 0.73% 0.53% -
HSV(B) 78.75º 0.79% 0.87% -
XYZ 43.05 61.31 12.25 -
YUV 186.49 49.28 114.81 -
System Red Green Blue C M Y K H S L
Decimal 168 223 47 0.25 0 0.79 0.13 78.75 0.73 0.53
Hex A8 DF 2F 19 0 4F D 4F 49 35
Octal 250 337 57 31 0 117 15 117 111 65
Binary 10101000 11011111 101111 11001 0 1001111 1101 1001111 1001001 110101

Color Harmonies of #A8DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF2F

Black with #A8DF2F

Text Example


Text Example

White with #A8DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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