Html Css Color HEX #A4DF30 Atlantis

📋 copy color: '#A4DF30'

red 164 ◦ green 223 ◦ blue 48

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

Shades of Atlantis #A4DF30

Tints of Atlantis #A4DF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.03%

R = 37.7%
G = 51.26%
B = 11.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#A4DF30 (or 0xA4DF30) is known color: Atlantis. HEX triplet: A4, DF and 30. RGB value is (164,223,48). Sum of RGB (Red+Green+Blue) = 164+223+48=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DF30 is #5B20CF. Grayscale: #BABABA. Windows color (decimal): -5972176 or 3202980. OLE color: 3202980.

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

Color convert

RGB 164 223 48 -
CMYK 0.26 0 0.78 0.13
HSL 80.23º 0.73% 0.53% -
HSV(B) 80.23º 0.78% 0.87% -
XYZ 42.23 60.88 12.32 -
YUV 185.41 50.45 112.73 -
System Red Green Blue C M Y K H S L
Decimal 164 223 48 0.26 0 0.78 0.13 80.23 0.73 0.53
Hex A4 DF 30 1A 0 4E D 50 49 35
Octal 244 337 60 32 0 116 15 120 111 65
Binary 10100100 11011111 110000 11010 0 1001110 1101 1010000 1001001 110101

Color Harmonies of #A4DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DF30

Black with #A4DF30

Text Example


Text Example

White with #A4DF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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