Html Css Color HEX #A5D734 Atlantis

📋 copy color: '#A5D734'

red 165 ◦ green 215 ◦ blue 52

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

Shades of Atlantis #A5D734

Tints of Atlantis #A5D734

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.77%

 BLUE value IS 52 (20.7% from 255) = 12.04%

R = 38.19%
G = 49.77%
B = 12.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#A5D734 (or 0xA5D734) is known color: Atlantis. HEX triplet: A5, D7 and 34. RGB value is (165,215,52). Sum of RGB (Red+Green+Blue) = 165+215+52=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D734 is #5A28CB. Grayscale: #B6B6B6. Windows color (decimal): -5908684 or 3463077. OLE color: 3463077.

HSL color Cylindrical-coordinate representation of color #A5D734: hue angle of 78.4º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5D734 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 215 52 -
CMYK 0.23 0 0.76 0.16
HSL 78.4º 0.67% 0.52% -
HSV(B) 78.4º 0.76% 0.84% -
XYZ 40.44 56.85 12.09 -
YUV 181.47 54.94 116.25 -
System Red Green Blue C M Y K H S L
Decimal 165 215 52 0.23 0 0.76 0.16 78.4 0.67 0.52
Hex A5 D7 34 17 0 4C 10 4E 43 34
Octal 245 327 64 27 0 114 20 116 103 64
Binary 10100101 11010111 110100 10111 0 1001100 10000 1001110 1000011 110100

Color Harmonies of #A5D734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D734

Black with #A5D734

Text Example


Text Example

White with #A5D734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D734; }

 p { color: rgb(165,215,52); }

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

background-color css

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

 a { background-color: rgb(165,215,52); }

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

border-color css

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

 span { border-color: rgb(165,215,52); }

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