Html Css Color HEX #A4DF3E Atlantis

📋 copy color: '#A4DF3E'

red 164 ◦ green 223 ◦ blue 62

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

Shades of Atlantis #A4DF3E

Tints of Atlantis #A4DF3E

RGB

 RED value IS 164 (64.45% from 255) = 36.53%

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

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

R = 36.53%
G = 49.67%
B = 13.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#A4DF3E (or 0xA4DF3E) is known color: Atlantis. HEX triplet: A4, DF and 3E. RGB value is (164,223,62). Sum of RGB (Red+Green+Blue) = 164+223+62=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DF3E is #5B20C1. Grayscale: #BBBBBB. Windows color (decimal): -5972162 or 4120484. OLE color: 4120484.

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

Color convert

RGB 164 223 62 -
CMYK 0.26 0 0.72 0.13
HSL 81.99º 0.72% 0.56% -
HSV(B) 81.99º 0.72% 0.87% -
XYZ 42.57 61.02 14.09 -
YUV 187.01 57.45 111.59 -
System Red Green Blue C M Y K H S L
Decimal 164 223 62 0.26 0 0.72 0.13 81.99 0.72 0.56
Hex A4 DF 3E 1A 0 48 D 52 48 38
Octal 244 337 76 32 0 110 15 122 110 70
Binary 10100100 11011111 111110 11010 0 1001000 1101 1010010 1001000 111000

Color Harmonies of #A4DF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DF3E

Black with #A4DF3E

Text Example


Text Example

White with #A4DF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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