Html Css Color HEX #A5CE3F Atlantis

📋 copy color: '#A5CE3F'

red 165 ◦ green 206 ◦ blue 63

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

Shades of Atlantis #A5CE3F

Tints of Atlantis #A5CE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.52%

R = 38.02%
G = 47.47%
B = 14.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#A5CE3F (or 0xA5CE3F) is known color: Atlantis. HEX triplet: A5, CE and 3F. RGB value is (165,206,63). Sum of RGB (Red+Green+Blue) = 165+206+63=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CE3F is #5A31C0. Grayscale: #B1B1B1. Windows color (decimal): -5910977 or 4181669. OLE color: 4181669.

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

Color convert

RGB 165 206 63 -
CMYK 0.20 0 0.69 0.19
HSL 77.2º 0.59% 0.53% -
HSV(B) 77.2º 0.69% 0.81% -
XYZ 38.49 52.5 12.81 -
YUV 177.44 63.42 119.13 -
System Red Green Blue C M Y K H S L
Decimal 165 206 63 0.20 0 0.69 0.19 77.2 0.59 0.53
Hex A5 CE 3F 14 0 45 13 4D 3B 35
Octal 245 316 77 24 0 105 23 115 73 65
Binary 10100101 11001110 111111 10100 0 1000101 10011 1001101 111011 110101

Color Harmonies of #A5CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE3F

Black with #A5CE3F

Text Example


Text Example

White with #A5CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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