Html Css Color HEX #A5CD44 Atlantis

📋 copy color: '#A5CD44'

red 165 ◦ green 205 ◦ blue 68

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

Shades of Atlantis #A5CD44

Tints of Atlantis #A5CD44

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.8%

 BLUE value IS 68 (26.95% from 255) = 15.53%

R = 37.67%
G = 46.8%
B = 15.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#A5CD44 (or 0xA5CD44) is known color: Atlantis. HEX triplet: A5, CD and 44. RGB value is (165,205,68). Sum of RGB (Red+Green+Blue) = 165+205+68=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CD44 is #5A32BB. Grayscale: #B1B1B1. Windows color (decimal): -5911228 or 4509093. OLE color: 4509093.

HSL color Cylindrical-coordinate representation of color #A5CD44: hue angle of 77.52º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5CD44 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 205 68 -
CMYK 0.20 0 0.67 0.20
HSL 77.52º 0.58% 0.54% -
HSV(B) 77.52º 0.67% 0.8% -
XYZ 38.39 52.08 13.5 -
YUV 177.42 66.25 119.14 -
System Red Green Blue C M Y K H S L
Decimal 165 205 68 0.20 0 0.67 0.20 77.52 0.58 0.54
Hex A5 CD 44 14 0 43 14 4E 3A 36
Octal 245 315 104 24 0 103 24 116 72 66
Binary 10100101 11001101 1000100 10100 0 1000011 10100 1001110 111010 110110

Color Harmonies of #A5CD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CD44

Black with #A5CD44

Text Example


Text Example

White with #A5CD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CD44; }

 p { color: rgb(165,205,68); }

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

background-color css

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

 a { background-color: rgb(165,205,68); }

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

border-color css

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

 span { border-color: rgb(165,205,68); }

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