Html Css Color HEX #A5C23C Atlantis

📋 copy color: '#A5C23C'

red 165 ◦ green 194 ◦ blue 60

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

Shades of Atlantis #A5C23C

Tints of Atlantis #A5C23C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.3%

 BLUE value IS 60 (23.83% from 255) = 14.32%

R = 39.38%
G = 46.3%
B = 14.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#A5C23C (or 0xA5C23C) is known color: Atlantis. HEX triplet: A5, C2 and 3C. RGB value is (165,194,60). Sum of RGB (Red+Green+Blue) = 165+194+60=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C23C is #5A3DC3. Grayscale: #AAAAAA. Windows color (decimal): -5914052 or 3981989. OLE color: 3981989.

HSL color Cylindrical-coordinate representation of color #A5C23C: hue angle of 72.99º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5C23C is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 194 60 -
CMYK 0.15 0 0.69 0.24
HSL 72.99º 0.53% 0.5% -
HSV(B) 72.99º 0.69% 0.76% -
XYZ 35.62 46.91 11.45 -
YUV 170.05 65.89 124.4 -
System Red Green Blue C M Y K H S L
Decimal 165 194 60 0.15 0 0.69 0.24 72.99 0.53 0.5
Hex A5 C2 3C F 0 45 18 49 35 32
Octal 245 302 74 17 0 105 30 111 65 62
Binary 10100101 11000010 111100 1111 0 1000101 11000 1001001 110101 110010

Color Harmonies of #A5C23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C23C

Black with #A5C23C

Text Example


Text Example

White with #A5C23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C23C; }

 p { color: rgb(165,194,60); }

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

background-color css

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

 a { background-color: rgb(165,194,60); }

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

border-color css

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

 span { border-color: rgb(165,194,60); }

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