Html Css Color HEX #A4C341 Atlantis

📋 copy color: '#A4C341'

red 164 ◦ green 195 ◦ blue 65

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

Shades of Atlantis #A4C341

Tints of Atlantis #A4C341

RGB

 RED value IS 164 (64.45% from 255) = 38.68%

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

 BLUE value IS 65 (25.78% from 255) = 15.33%

R = 38.68%
G = 45.99%
B = 15.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#A4C341 (or 0xA4C341) is known color: Atlantis. HEX triplet: A4, C3 and 41. RGB value is (164,195,65). Sum of RGB (Red+Green+Blue) = 164+195+65=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C341 is #5B3CBE. Grayscale: #ABABAB. Windows color (decimal): -5979327 or 4309924. OLE color: 4309924.

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

Color convert

RGB 164 195 65 -
CMYK 0.16 0 0.67 0.24
HSL 74.31º 0.52% 0.51% -
HSV(B) 74.31º 0.67% 0.76% -
XYZ 35.78 47.3 12.25 -
YUV 170.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 164 195 65 0.16 0 0.67 0.24 74.31 0.52 0.51
Hex A4 C3 41 10 0 43 18 4A 34 33
Octal 244 303 101 20 0 103 30 112 64 63
Binary 10100100 11000011 1000001 10000 0 1000011 11000 1001010 110100 110011

Color Harmonies of #A4C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C341

Black with #A4C341

Text Example


Text Example

White with #A4C341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C341; }

 p { color: rgb(164,195,65); }

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

background-color css

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

 a { background-color: rgb(164,195,65); }

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

border-color css

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

 span { border-color: rgb(164,195,65); }

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