Html Css Color HEX #A5C343 Atlantis

📋 copy color: '#A5C343'

red 165 ◦ green 195 ◦ blue 67

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

Shades of Atlantis #A5C343

Tints of Atlantis #A5C343

RGB

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

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

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

R = 38.64%
G = 45.67%
B = 15.69%

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

#A5C343 (or 0xA5C343) is known color: Atlantis. HEX triplet: A5, C3 and 43. RGB value is (165,195,67). Sum of RGB (Red+Green+Blue) = 165+195+67=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C343 is #5A3CBC. Grayscale: #ABABAB. Windows color (decimal): -5913789 or 4440997. OLE color: 4440997.

HSL color Cylindrical-coordinate representation of color #A5C343: hue angle of 74.06º 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 #A5C343 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 195 67 -
CMYK 0.15 0 0.66 0.24
HSL 74.06º 0.52% 0.51% -
HSV(B) 74.06º 0.66% 0.76% -
XYZ 36.05 47.43 12.57 -
YUV 171.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 165 195 67 0.15 0 0.66 0.24 74.06 0.52 0.51
Hex A5 C3 43 F 0 42 18 4A 34 33
Octal 245 303 103 17 0 102 30 112 64 63
Binary 10100101 11000011 1000011 1111 0 1000010 11000 1001010 110100 110011

Color Harmonies of #A5C343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C343

Black with #A5C343

Text Example


Text Example

White with #A5C343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C343; }

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

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

background-color css

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

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

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

border-color css

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

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

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