Html Css Color HEX #AFCE3E Atlantis

📋 copy color: '#AFCE3E'

red 175 ◦ green 206 ◦ blue 62

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

Shades of Atlantis #AFCE3E

Tints of Atlantis #AFCE3E

RGB

 RED value IS 175 (68.75% from 255) = 39.5%

 GREEN value IS 206 (80.86% from 255) = 46.5%

 BLUE value IS 62 (24.61% from 255) = 14%

R = 39.5%
G = 46.5%
B = 14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#AFCE3E (or 0xAFCE3E) is known color: Atlantis. HEX triplet: AF, CE and 3E. RGB value is (175,206,62). Sum of RGB (Red+Green+Blue) = 175+206+62=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE3E is #5031C1. Grayscale: #B4B4B4. Windows color (decimal): -5255618 or 4116143. OLE color: 4116143.

HSL color Cylindrical-coordinate representation of color #AFCE3E: hue angle of 72.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFCE3E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 62 -
CMYK 0.15 0 0.70 0.19
HSL 72.92º 0.6% 0.53% -
HSV(B) 72.92º 0.7% 0.81% -
XYZ 40.62 53.6 12.76 -
YUV 180.32 61.23 124.21 -
System Red Green Blue C M Y K H S L
Decimal 175 206 62 0.15 0 0.70 0.19 72.92 0.6 0.53
Hex AF CE 3E F 0 46 13 49 3C 35
Octal 257 316 76 17 0 106 23 111 74 65
Binary 10101111 11001110 111110 1111 0 1000110 10011 1001001 111100 110101

Color Harmonies of #AFCE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE3E

Black with #AFCE3E

Text Example


Text Example

White with #AFCE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE3E; }

 p { color: rgb(175,206,62); }

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

background-color css

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

 a { background-color: rgb(175,206,62); }

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

border-color css

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

 span { border-color: rgb(175,206,62); }

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