Html Css Color HEX #AFE436 Atlantis

📋 copy color: '#AFE436'

red 175 ◦ green 228 ◦ blue 54

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

Shades of Atlantis #AFE436

Tints of Atlantis #AFE436

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.89%

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

R = 38.29%
G = 49.89%
B = 11.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#AFE436 (or 0xAFE436) is known color: Atlantis. HEX triplet: AF, E4 and 36. RGB value is (175,228,54). Sum of RGB (Red+Green+Blue) = 175+228+54=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE436 is #501BC9. Grayscale: #C0C0C0. Windows color (decimal): -5249994 or 3597487. OLE color: 3597487.

HSL color Cylindrical-coordinate representation of color #AFE436: hue angle of 78.28º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFE436 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 54 -
CMYK 0.23 0 0.76 0.11
HSL 78.28º 0.76% 0.55% -
HSV(B) 78.28º 0.76% 0.89% -
XYZ 46.09 64.87 13.58 -
YUV 192.32 49.94 115.65 -
System Red Green Blue C M Y K H S L
Decimal 175 228 54 0.23 0 0.76 0.11 78.28 0.76 0.55
Hex AF E4 36 17 0 4C B 4E 4C 37
Octal 257 344 66 27 0 114 13 116 114 67
Binary 10101111 11100100 110110 10111 0 1001100 1011 1001110 1001100 110111

Color Harmonies of #AFE436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE436

Black with #AFE436

Text Example


Text Example

White with #AFE436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE436; }

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

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

background-color css

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

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

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

border-color css

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

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

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