Html Css Color HEX #AFCC3A Atlantis

📋 copy color: '#AFCC3A'

red 175 ◦ green 204 ◦ blue 58

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

Shades of Atlantis #AFCC3A

Tints of Atlantis #AFCC3A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.68%

 BLUE value IS 58 (23.05% from 255) = 13.27%

R = 40.05%
G = 46.68%
B = 13.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#AFCC3A (or 0xAFCC3A) is known color: Atlantis. HEX triplet: AF, CC and 3A. RGB value is (175,204,58). Sum of RGB (Red+Green+Blue) = 175+204+58=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC3A is #5033C5. Grayscale: #B3B3B3. Windows color (decimal): -5256134 or 3853487. OLE color: 3853487.

HSL color Cylindrical-coordinate representation of color #AFCC3A: hue angle of 71.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFCC3A is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 58 -
CMYK 0.14 0 0.72 0.2
HSL 71.92º 0.59% 0.51% -
HSV(B) 71.92º 0.72% 0.8% -
XYZ 40.04 52.61 12.05 -
YUV 178.69 59.89 125.37 -
System Red Green Blue C M Y K H S L
Decimal 175 204 58 0.14 0 0.72 0.2 71.92 0.59 0.51
Hex AF CC 3A E 0 48 14 48 3B 33
Octal 257 314 72 16 0 110 24 110 73 63
Binary 10101111 11001100 111010 1110 0 1001000 10100 1001000 111011 110011

Color Harmonies of #AFCC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC3A

Black with #AFCC3A

Text Example


Text Example

White with #AFCC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC3A; }

 p { color: rgb(175,204,58); }

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

background-color css

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

 a { background-color: rgb(175,204,58); }

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

border-color css

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

 span { border-color: rgb(175,204,58); }

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