Html Css Color HEX #AFDA3C Atlantis

📋 copy color: '#AFDA3C'

red 175 ◦ green 218 ◦ blue 60

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

Shades of Atlantis #AFDA3C

Tints of Atlantis #AFDA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.12%

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

R = 38.63%
G = 48.12%
B = 13.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#AFDA3C (or 0xAFDA3C) is known color: Atlantis. HEX triplet: AF, DA and 3C. RGB value is (175,218,60). Sum of RGB (Red+Green+Blue) = 175+218+60=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA3C is #5025C3. Grayscale: #BBBBBB. Windows color (decimal): -5252548 or 3988143. OLE color: 3988143.

HSL color Cylindrical-coordinate representation of color #AFDA3C: hue angle of 76.33º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFDA3C is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 60 -
CMYK 0.20 0 0.72 0.15
HSL 76.33º 0.68% 0.55% -
HSV(B) 76.33º 0.72% 0.85% -
XYZ 43.57 59.58 13.48 -
YUV 187.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 175 218 60 0.20 0 0.72 0.15 76.33 0.68 0.55
Hex AF DA 3C 14 0 48 F 4C 44 37
Octal 257 332 74 24 0 110 17 114 104 67
Binary 10101111 11011010 111100 10100 0 1001000 1111 1001100 1000100 110111

Color Harmonies of #AFDA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA3C

Black with #AFDA3C

Text Example


Text Example

White with #AFDA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA3C; }

 p { color: rgb(175,218,60); }

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

background-color css

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

 a { background-color: rgb(175,218,60); }

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

border-color css

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

 span { border-color: rgb(175,218,60); }

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