Html Css Color HEX #A8DF3E Atlantis

📋 copy color: '#A8DF3E'

red 168 ◦ green 223 ◦ blue 62

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

Shades of Atlantis #A8DF3E

Tints of Atlantis #A8DF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.69%

R = 37.09%
G = 49.23%
B = 13.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#A8DF3E (or 0xA8DF3E) is known color: Atlantis. HEX triplet: A8, DF and 3E. RGB value is (168,223,62). Sum of RGB (Red+Green+Blue) = 168+223+62=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF3E is #5720C1. Grayscale: #BCBCBC. Windows color (decimal): -5710018 or 4120488. OLE color: 4120488.

HSL color Cylindrical-coordinate representation of color #A8DF3E: hue angle of 80.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8DF3E is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 62 -
CMYK 0.25 0 0.72 0.13
HSL 80.5º 0.72% 0.56% -
HSV(B) 80.5º 0.72% 0.87% -
XYZ 43.41 61.45 14.13 -
YUV 188.2 56.78 113.59 -
System Red Green Blue C M Y K H S L
Decimal 168 223 62 0.25 0 0.72 0.13 80.5 0.72 0.56
Hex A8 DF 3E 19 0 48 D 50 48 38
Octal 250 337 76 31 0 110 15 120 110 70
Binary 10101000 11011111 111110 11001 0 1001000 1101 1010000 1001000 111000

Color Harmonies of #A8DF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF3E

Black with #A8DF3E

Text Example


Text Example

White with #A8DF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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