Html Css Color HEX #A0C33F Atlantis

📋 copy color: '#A0C33F'

red 160 ◦ green 195 ◦ blue 63

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

Shades of Atlantis #A0C33F

Tints of Atlantis #A0C33F

RGB

 RED value IS 160 (62.89% from 255) = 38.28%

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

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

R = 38.28%
G = 46.65%
B = 15.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#A0C33F (or 0xA0C33F) is known color: Atlantis. HEX triplet: A0, C3 and 3F. RGB value is (160,195,63). Sum of RGB (Red+Green+Blue) = 160+195+63=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C33F is #5F3CC0. Grayscale: #A9A9A9. Windows color (decimal): -6241473 or 4178848. OLE color: 4178848.

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

Color convert

RGB 160 195 63 -
CMYK 0.18 0 0.68 0.24
HSL 75.91º 0.52% 0.51% -
HSV(B) 75.91º 0.68% 0.76% -
XYZ 34.91 46.86 11.91 -
YUV 169.49 67.9 121.23 -
System Red Green Blue C M Y K H S L
Decimal 160 195 63 0.18 0 0.68 0.24 75.91 0.52 0.51
Hex A0 C3 3F 12 0 44 18 4C 34 33
Octal 240 303 77 22 0 104 30 114 64 63
Binary 10100000 11000011 111111 10010 0 1000100 11000 1001100 110100 110011

Color Harmonies of #A0C33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C33F

Black with #A0C33F

Text Example


Text Example

White with #A0C33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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