Html Css Color HEX #A5CE43 Atlantis

📋 copy color: '#A5CE43'

red 165 ◦ green 206 ◦ blue 67

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

Shades of Atlantis #A5CE43

Tints of Atlantis #A5CE43

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.03%

 BLUE value IS 67 (26.56% from 255) = 15.3%

R = 37.67%
G = 47.03%
B = 15.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#A5CE43 (or 0xA5CE43) is known color: Atlantis. HEX triplet: A5, CE and 43. RGB value is (165,206,67). Sum of RGB (Red+Green+Blue) = 165+206+67=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CE43 is #5A31BC. Grayscale: #B2B2B2. Windows color (decimal): -5910973 or 4443813. OLE color: 4443813.

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

Color convert

RGB 165 206 67 -
CMYK 0.20 0 0.67 0.19
HSL 77.7º 0.59% 0.54% -
HSV(B) 77.7º 0.67% 0.81% -
XYZ 38.6 52.55 13.42 -
YUV 177.9 65.42 118.8 -
System Red Green Blue C M Y K H S L
Decimal 165 206 67 0.20 0 0.67 0.19 77.7 0.59 0.54
Hex A5 CE 43 14 0 43 13 4E 3B 36
Octal 245 316 103 24 0 103 23 116 73 66
Binary 10100101 11001110 1000011 10100 0 1000011 10011 1001110 111011 110110

Color Harmonies of #A5CE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE43

Black with #A5CE43

Text Example


Text Example

White with #A5CE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE43; }

 p { color: rgb(165,206,67); }

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

background-color css

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

 a { background-color: rgb(165,206,67); }

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

border-color css

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

 span { border-color: rgb(165,206,67); }

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