Html Css Color HEX #A4D935 Atlantis

📋 copy color: '#A4D935'

red 164 ◦ green 217 ◦ blue 53

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

Shades of Atlantis #A4D935

Tints of Atlantis #A4D935

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50%

 BLUE value IS 53 (21.09% from 255) = 12.21%

R = 37.79%
G = 50%
B = 12.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#A4D935 (or 0xA4D935) is known color: Atlantis. HEX triplet: A4, D9 and 35. RGB value is (164,217,53). Sum of RGB (Red+Green+Blue) = 164+217+53=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D935 is #5B26CA. Grayscale: #B7B7B7. Windows color (decimal): -5973707 or 3529124. OLE color: 3529124.

HSL color Cylindrical-coordinate representation of color #A4D935: hue angle of 79.39º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4D935 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 217 53 -
CMYK 0.24 0 0.76 0.15
HSL 79.39º 0.68% 0.53% -
HSV(B) 79.39º 0.76% 0.85% -
XYZ 40.77 57.78 12.37 -
YUV 182.46 54.94 114.84 -
System Red Green Blue C M Y K H S L
Decimal 164 217 53 0.24 0 0.76 0.15 79.39 0.68 0.53
Hex A4 D9 35 18 0 4C F 4F 44 35
Octal 244 331 65 30 0 114 17 117 104 65
Binary 10100100 11011001 110101 11000 0 1001100 1111 1001111 1000100 110101

Color Harmonies of #A4D935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D935

Black with #A4D935

Text Example


Text Example

White with #A4D935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D935; }

 p { color: rgb(164,217,53); }

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

background-color css

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

 a { background-color: rgb(164,217,53); }

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

border-color css

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

 span { border-color: rgb(164,217,53); }

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