Html Css Color HEX #A5DF30 Atlantis

📋 copy color: '#A5DF30'

red 165 ◦ green 223 ◦ blue 48

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

Shades of Atlantis #A5DF30

Tints of Atlantis #A5DF30

RGB

 RED value IS 165 (64.84% from 255) = 37.84%

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

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

R = 37.84%
G = 51.15%
B = 11.01%

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

#A5DF30 (or 0xA5DF30) is known color: Atlantis. HEX triplet: A5, DF and 30. RGB value is (165,223,48). Sum of RGB (Red+Green+Blue) = 165+223+48=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DF30 is #5A20CF. Grayscale: #BABABA. Windows color (decimal): -5906640 or 3202981. OLE color: 3202981.

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

Color convert

RGB 165 223 48 -
CMYK 0.26 0 0.78 0.13
HSL 79.89º 0.73% 0.53% -
HSV(B) 79.89º 0.78% 0.87% -
XYZ 42.44 60.99 12.33 -
YUV 185.71 50.28 113.23 -
System Red Green Blue C M Y K H S L
Decimal 165 223 48 0.26 0 0.78 0.13 79.89 0.73 0.53
Hex A5 DF 30 1A 0 4E D 50 49 35
Octal 245 337 60 32 0 116 15 120 111 65
Binary 10100101 11011111 110000 11010 0 1001110 1101 1010000 1001001 110101

Color Harmonies of #A5DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF30

Black with #A5DF30

Text Example


Text Example

White with #A5DF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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