Html Css Color HEX #AFE134 Atlantis

📋 copy color: '#AFE134'

red 175 ◦ green 225 ◦ blue 52

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

Shades of Atlantis #AFE134

Tints of Atlantis #AFE134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.5%

R = 38.72%
G = 49.78%
B = 11.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#AFE134 (or 0xAFE134) is known color: Atlantis. HEX triplet: AF, E1 and 34. RGB value is (175,225,52). Sum of RGB (Red+Green+Blue) = 175+225+52=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE134 is #501ECB. Grayscale: #BEBEBE. Windows color (decimal): -5250764 or 3465647. OLE color: 3465647.

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

Color convert

RGB 175 225 52 -
CMYK 0.22 0 0.77 0.12
HSL 77.34º 0.74% 0.54% -
HSV(B) 77.34º 0.77% 0.88% -
XYZ 45.22 63.21 13.07 -
YUV 190.33 49.94 117.07 -
System Red Green Blue C M Y K H S L
Decimal 175 225 52 0.22 0 0.77 0.12 77.34 0.74 0.54
Hex AF E1 34 16 0 4D C 4D 4A 36
Octal 257 341 64 26 0 115 14 115 112 66
Binary 10101111 11100001 110100 10110 0 1001101 1100 1001101 1001010 110110

Color Harmonies of #AFE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE134

Black with #AFE134

Text Example


Text Example

White with #AFE134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE134; }

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

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

background-color css

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

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

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

border-color css

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

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

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