Html Css Color HEX #AFE136 Atlantis

📋 copy color: '#AFE136'

red 175 ◦ green 225 ◦ blue 54

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

Shades of Atlantis #AFE136

Tints of Atlantis #AFE136

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.56%

 BLUE value IS 54 (21.48% from 255) = 11.89%

R = 38.55%
G = 49.56%
B = 11.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#AFE136 (or 0xAFE136) is known color: Atlantis. HEX triplet: AF, E1 and 36. RGB value is (175,225,54). Sum of RGB (Red+Green+Blue) = 175+225+54=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE136 is #501EC9. Grayscale: #BFBFBF. Windows color (decimal): -5250762 or 3596719. OLE color: 3596719.

HSL color Cylindrical-coordinate representation of color #AFE136: hue angle of 77.54º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFE136 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 54 -
CMYK 0.22 0 0.76 0.12
HSL 77.54º 0.74% 0.55% -
HSV(B) 77.54º 0.76% 0.88% -
XYZ 45.27 63.23 13.31 -
YUV 190.56 50.94 116.9 -
System Red Green Blue C M Y K H S L
Decimal 175 225 54 0.22 0 0.76 0.12 77.54 0.74 0.55
Hex AF E1 36 16 0 4C C 4E 4A 37
Octal 257 341 66 26 0 114 14 116 112 67
Binary 10101111 11100001 110110 10110 0 1001100 1100 1001110 1001010 110111

Color Harmonies of #AFE136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE136

Black with #AFE136

Text Example


Text Example

White with #AFE136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE136; }

 p { color: rgb(175,225,54); }

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

background-color css

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

 a { background-color: rgb(175,225,54); }

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

border-color css

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

 span { border-color: rgb(175,225,54); }

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