Html Css Color HEX #A5C342 Atlantis

📋 copy color: '#A5C342'

red 165 ◦ green 195 ◦ blue 66

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

Shades of Atlantis #A5C342

Tints of Atlantis #A5C342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.77%

 BLUE value IS 66 (26.17% from 255) = 15.49%

R = 38.73%
G = 45.77%
B = 15.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#A5C342 (or 0xA5C342) is known color: Atlantis. HEX triplet: A5, C3 and 42. RGB value is (165,195,66). Sum of RGB (Red+Green+Blue) = 165+195+66=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C342 is #5A3CBD. Grayscale: #ABABAB. Windows color (decimal): -5913790 or 4375461. OLE color: 4375461.

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

Color convert

RGB 165 195 66 -
CMYK 0.15 0 0.66 0.24
HSL 73.95º 0.52% 0.51% -
HSV(B) 73.95º 0.66% 0.76% -
XYZ 36.02 47.42 12.41 -
YUV 171.32 68.56 123.49 -
System Red Green Blue C M Y K H S L
Decimal 165 195 66 0.15 0 0.66 0.24 73.95 0.52 0.51
Hex A5 C3 42 F 0 42 18 4A 34 33
Octal 245 303 102 17 0 102 30 112 64 63
Binary 10100101 11000011 1000010 1111 0 1000010 11000 1001010 110100 110011

Color Harmonies of #A5C342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C342

Black with #A5C342

Text Example


Text Example

White with #A5C342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C342; }

 p { color: rgb(165,195,66); }

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

background-color css

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

 a { background-color: rgb(165,195,66); }

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

border-color css

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

 span { border-color: rgb(165,195,66); }

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