Html Css Color HEX #A5D742 Atlantis

📋 copy color: '#A5D742'

red 165 ◦ green 215 ◦ blue 66

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

Shades of Atlantis #A5D742

Tints of Atlantis #A5D742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.8%

R = 37%
G = 48.21%
B = 14.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#A5D742 (or 0xA5D742) is known color: Atlantis. HEX triplet: A5, D7 and 42. RGB value is (165,215,66). Sum of RGB (Red+Green+Blue) = 165+215+66=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D742 is #5A28BD. Grayscale: #B7B7B7. Windows color (decimal): -5908670 or 4380581. OLE color: 4380581.

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

Color convert

RGB 165 215 66 -
CMYK 0.23 0 0.69 0.16
HSL 80.13º 0.65% 0.55% -
HSV(B) 80.13º 0.69% 0.84% -
XYZ 40.8 56.99 14 -
YUV 183.06 61.94 115.12 -
System Red Green Blue C M Y K H S L
Decimal 165 215 66 0.23 0 0.69 0.16 80.13 0.65 0.55
Hex A5 D7 42 17 0 45 10 50 41 37
Octal 245 327 102 27 0 105 20 120 101 67
Binary 10100101 11010111 1000010 10111 0 1000101 10000 1010000 1000001 110111

Color Harmonies of #A5D742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D742

Black with #A5D742

Text Example


Text Example

White with #A5D742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D742; }

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

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

background-color css

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

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

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

border-color css

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

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

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