Html Css Color HEX #A5CB4D Atlantis

📋 copy color: '#A5CB4D'

red 165 ◦ green 203 ◦ blue 77

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

Shades of Atlantis #A5CB4D

Tints of Atlantis #A5CB4D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

 BLUE value IS 77 (30.47% from 255) = 17.3%

R = 37.08%
G = 45.62%
B = 17.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#A5CB4D (or 0xA5CB4D) is known color: Atlantis. HEX triplet: A5, CB and 4D. RGB value is (165,203,77). Sum of RGB (Red+Green+Blue) = 165+203+77=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB4D is #5A34B2. Grayscale: #B1B1B1. Windows color (decimal): -5911731 or 5098405. OLE color: 5098405.

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

Color convert

RGB 165 203 77 -
CMYK 0.19 0 0.62 0.20
HSL 78.1º 0.55% 0.55% -
HSV(B) 78.1º 0.62% 0.8% -
XYZ 38.21 51.25 14.9 -
YUV 177.27 71.41 119.25 -
System Red Green Blue C M Y K H S L
Decimal 165 203 77 0.19 0 0.62 0.20 78.1 0.55 0.55
Hex A5 CB 4D 13 0 3E 14 4E 37 37
Octal 245 313 115 23 0 76 24 116 67 67
Binary 10100101 11001011 1001101 10011 0 111110 10100 1001110 110111 110111

Color Harmonies of #A5CB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB4D

Black with #A5CB4D

Text Example


Text Example

White with #A5CB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB4D; }

 p { color: rgb(165,203,77); }

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

background-color css

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

 a { background-color: rgb(165,203,77); }

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

border-color css

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

 span { border-color: rgb(165,203,77); }

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