Html Css Color HEX #A4DF38 Atlantis

📋 copy color: '#A4DF38'

red 164 ◦ green 223 ◦ blue 56

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

Shades of Atlantis #A4DF38

Tints of Atlantis #A4DF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.64%

R = 37.02%
G = 50.34%
B = 12.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#A4DF38 (or 0xA4DF38) is known color: Atlantis. HEX triplet: A4, DF and 38. RGB value is (164,223,56). Sum of RGB (Red+Green+Blue) = 164+223+56=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DF38 is #5B20C7. Grayscale: #BABABA. Windows color (decimal): -5972168 or 3727268. OLE color: 3727268.

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

Color convert

RGB 164 223 56 -
CMYK 0.26 0 0.75 0.13
HSL 81.2º 0.72% 0.55% -
HSV(B) 81.2º 0.75% 0.87% -
XYZ 42.41 60.95 13.27 -
YUV 186.32 54.45 112.08 -
System Red Green Blue C M Y K H S L
Decimal 164 223 56 0.26 0 0.75 0.13 81.2 0.72 0.55
Hex A4 DF 38 1A 0 4B D 51 48 37
Octal 244 337 70 32 0 113 15 121 110 67
Binary 10100100 11011111 111000 11010 0 1001011 1101 1010001 1001000 110111

Color Harmonies of #A4DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DF38

Black with #A4DF38

Text Example


Text Example

White with #A4DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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