Html Css Color HEX #AFE135 Atlantis

📋 copy color: '#AFE135'

red 175 ◦ green 225 ◦ blue 53

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

Shades of Atlantis #AFE135

Tints of Atlantis #AFE135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.7%

R = 38.63%
G = 49.67%
B = 11.7%

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

#AFE135 (or 0xAFE135) is known color: Atlantis. HEX triplet: AF, E1 and 35. RGB value is (175,225,53). Sum of RGB (Red+Green+Blue) = 175+225+53=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE135 is #501ECA. Grayscale: #BFBFBF. Windows color (decimal): -5250763 or 3531183. OLE color: 3531183.

HSL color Cylindrical-coordinate representation of color #AFE135: hue angle of 77.44º 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 #AFE135 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 53 -
CMYK 0.22 0 0.76 0.12
HSL 77.44º 0.74% 0.55% -
HSV(B) 77.44º 0.76% 0.88% -
XYZ 45.25 63.22 13.19 -
YUV 190.44 50.44 116.99 -
System Red Green Blue C M Y K H S L
Decimal 175 225 53 0.22 0 0.76 0.12 77.44 0.74 0.55
Hex AF E1 35 16 0 4C C 4D 4A 37
Octal 257 341 65 26 0 114 14 115 112 67
Binary 10101111 11100001 110101 10110 0 1001100 1100 1001101 1001010 110111

Color Harmonies of #AFE135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE135

Black with #AFE135

Text Example


Text Example

White with #AFE135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE135; }

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

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

background-color css

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

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

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

border-color css

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

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

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