Html Css Color HEX #A0CF3C Atlantis

📋 copy color: '#A0CF3C'

red 160 ◦ green 207 ◦ blue 60

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

Shades of Atlantis #A0CF3C

Tints of Atlantis #A0CF3C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.48%

 BLUE value IS 60 (23.83% from 255) = 14.05%

R = 37.47%
G = 48.48%
B = 14.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#A0CF3C (or 0xA0CF3C) is known color: Atlantis. HEX triplet: A0, CF and 3C. RGB value is (160,207,60). Sum of RGB (Red+Green+Blue) = 160+207+60=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CF3C is #5F30C3. Grayscale: #B0B0B0. Windows color (decimal): -6238404 or 3985312. OLE color: 3985312.

HSL color Cylindrical-coordinate representation of color #A0CF3C: hue angle of 79.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0CF3C is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 60 -
CMYK 0.23 0 0.71 0.19
HSL 79.18º 0.6% 0.52% -
HSV(B) 79.18º 0.71% 0.81% -
XYZ 37.63 52.43 12.41 -
YUV 176.19 62.43 116.45 -
System Red Green Blue C M Y K H S L
Decimal 160 207 60 0.23 0 0.71 0.19 79.18 0.6 0.52
Hex A0 CF 3C 17 0 47 13 4F 3C 34
Octal 240 317 74 27 0 107 23 117 74 64
Binary 10100000 11001111 111100 10111 0 1000111 10011 1001111 111100 110100

Color Harmonies of #A0CF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF3C

Black with #A0CF3C

Text Example


Text Example

White with #A0CF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF3C; }

 p { color: rgb(160,207,60); }

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

background-color css

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

 a { background-color: rgb(160,207,60); }

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

border-color css

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

 span { border-color: rgb(160,207,60); }

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