Html Css Color HEX #A5C84C Atlantis

📋 copy color: '#A5C84C'

red 165 ◦ green 200 ◦ blue 76

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

Shades of Atlantis #A5C84C

Tints of Atlantis #A5C84C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

 BLUE value IS 76 (30.08% from 255) = 17.23%

R = 37.41%
G = 45.35%
B = 17.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#A5C84C (or 0xA5C84C) is known color: Atlantis. HEX triplet: A5, C8 and 4C. RGB value is (165,200,76). Sum of RGB (Red+Green+Blue) = 165+200+76=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C84C is #5A37B3. Grayscale: #AFAFAF. Windows color (decimal): -5912500 or 5032101. OLE color: 5032101.

HSL color Cylindrical-coordinate representation of color #A5C84C: hue angle of 76.94º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5C84C is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 200 76 -
CMYK 0.18 0 0.62 0.22
HSL 76.94º 0.53% 0.54% -
HSV(B) 76.94º 0.62% 0.78% -
XYZ 37.48 49.83 14.48 -
YUV 175.4 71.9 120.58 -
System Red Green Blue C M Y K H S L
Decimal 165 200 76 0.18 0 0.62 0.22 76.94 0.53 0.54
Hex A5 C8 4C 12 0 3E 16 4D 35 36
Octal 245 310 114 22 0 76 26 115 65 66
Binary 10100101 11001000 1001100 10010 0 111110 10110 1001101 110101 110110

Color Harmonies of #A5C84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C84C

Black with #A5C84C

Text Example


Text Example

White with #A5C84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C84C; }

 p { color: rgb(165,200,76); }

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

background-color css

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

 a { background-color: rgb(165,200,76); }

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

border-color css

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

 span { border-color: rgb(165,200,76); }

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