Html Css Color HEX #A5C63F Atlantis

📋 copy color: '#A5C63F'

red 165 ◦ green 198 ◦ blue 63

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

Shades of Atlantis #A5C63F

Tints of Atlantis #A5C63F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.48%

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

R = 38.73%
G = 46.48%
B = 14.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#A5C63F (or 0xA5C63F) is known color: Atlantis. HEX triplet: A5, C6 and 3F. RGB value is (165,198,63). Sum of RGB (Red+Green+Blue) = 165+198+63=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C63F is #5A39C0. Grayscale: #ADADAD. Windows color (decimal): -5913025 or 4179621. OLE color: 4179621.

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

Color convert

RGB 165 198 63 -
CMYK 0.17 0 0.68 0.22
HSL 74.67º 0.54% 0.51% -
HSV(B) 74.67º 0.68% 0.78% -
XYZ 36.61 48.75 12.18 -
YUV 172.74 66.07 122.48 -
System Red Green Blue C M Y K H S L
Decimal 165 198 63 0.17 0 0.68 0.22 74.67 0.54 0.51
Hex A5 C6 3F 11 0 44 16 4B 36 33
Octal 245 306 77 21 0 104 26 113 66 63
Binary 10100101 11000110 111111 10001 0 1000100 10110 1001011 110110 110011

Color Harmonies of #A5C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C63F

Black with #A5C63F

Text Example


Text Example

White with #A5C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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