Html Css Color HEX #A6C33F Atlantis

📋 copy color: '#A6C33F'

red 166 ◦ green 195 ◦ blue 63

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

Shades of Atlantis #A6C33F

Tints of Atlantis #A6C33F

RGB

 RED value IS 166 (65.23% from 255) = 39.15%

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

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

R = 39.15%
G = 45.99%
B = 14.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#A6C33F (or 0xA6C33F) is known color: Atlantis. HEX triplet: A6, C3 and 3F. RGB value is (166,195,63). Sum of RGB (Red+Green+Blue) = 166+195+63=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C33F is #593CC0. Grayscale: #ABABAB. Windows color (decimal): -5848257 or 4178854. OLE color: 4178854.

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

Color convert

RGB 166 195 63 -
CMYK 0.15 0 0.68 0.24
HSL 73.18º 0.52% 0.51% -
HSV(B) 73.18º 0.68% 0.76% -
XYZ 36.14 47.5 11.97 -
YUV 171.28 66.89 124.23 -
System Red Green Blue C M Y K H S L
Decimal 166 195 63 0.15 0 0.68 0.24 73.18 0.52 0.51
Hex A6 C3 3F F 0 44 18 49 34 33
Octal 246 303 77 17 0 104 30 111 64 63
Binary 10100110 11000011 111111 1111 0 1000100 11000 1001001 110100 110011

Color Harmonies of #A6C33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C33F

Black with #A6C33F

Text Example


Text Example

White with #A6C33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C33F; }

 p { color: rgb(166,195,63); }

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

background-color css

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

 a { background-color: rgb(166,195,63); }

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

border-color css

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

 span { border-color: rgb(166,195,63); }

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