Html Css Color HEX #AFE234 Atlantis

📋 copy color: '#AFE234'

red 175 ◦ green 226 ◦ blue 52

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

Shades of Atlantis #AFE234

Tints of Atlantis #AFE234

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.89%

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

R = 38.63%
G = 49.89%
B = 11.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#AFE234 (or 0xAFE234) is known color: Atlantis. HEX triplet: AF, E2 and 34. RGB value is (175,226,52). Sum of RGB (Red+Green+Blue) = 175+226+52=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE234 is #501DCB. Grayscale: #BFBFBF. Windows color (decimal): -5250508 or 3465903. OLE color: 3465903.

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

Color convert

RGB 175 226 52 -
CMYK 0.23 0 0.77 0.11
HSL 77.59º 0.75% 0.55% -
HSV(B) 77.59º 0.77% 0.89% -
XYZ 45.5 63.75 13.16 -
YUV 190.92 49.6 116.65 -
System Red Green Blue C M Y K H S L
Decimal 175 226 52 0.23 0 0.77 0.11 77.59 0.75 0.55
Hex AF E2 34 17 0 4D B 4E 4B 37
Octal 257 342 64 27 0 115 13 116 113 67
Binary 10101111 11100010 110100 10111 0 1001101 1011 1001110 1001011 110111

Color Harmonies of #AFE234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE234

Black with #AFE234

Text Example


Text Example

White with #AFE234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE234; }

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

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

background-color css

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

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

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

border-color css

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

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

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