Html Css Color HEX #AFCD3C Atlantis

📋 copy color: '#AFCD3C'

red 175 ◦ green 205 ◦ blue 60

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

Shades of Atlantis #AFCD3C

Tints of Atlantis #AFCD3C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.59%

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

R = 39.77%
G = 46.59%
B = 13.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#AFCD3C (or 0xAFCD3C) is known color: Atlantis. HEX triplet: AF, CD and 3C. RGB value is (175,205,60). Sum of RGB (Red+Green+Blue) = 175+205+60=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD3C is #5032C3. Grayscale: #B4B4B4. Windows color (decimal): -5255876 or 3984815. OLE color: 3984815.

HSL color Cylindrical-coordinate representation of color #AFCD3C: hue angle of 72.41º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFCD3C is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 60 -
CMYK 0.15 0 0.71 0.20
HSL 72.41º 0.59% 0.52% -
HSV(B) 72.41º 0.71% 0.8% -
XYZ 40.33 53.1 12.4 -
YUV 179.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 175 205 60 0.15 0 0.71 0.20 72.41 0.59 0.52
Hex AF CD 3C F 0 47 14 48 3B 34
Octal 257 315 74 17 0 107 24 110 73 64
Binary 10101111 11001101 111100 1111 0 1000111 10100 1001000 111011 110100

Color Harmonies of #AFCD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD3C

Black with #AFCD3C

Text Example


Text Example

White with #AFCD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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