Html Css Color HEX #AFD238 Atlantis

📋 copy color: '#AFD238'

red 175 ◦ green 210 ◦ blue 56

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

Shades of Atlantis #AFD238

Tints of Atlantis #AFD238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.62%

 BLUE value IS 56 (22.27% from 255) = 12.7%

R = 39.68%
G = 47.62%
B = 12.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#AFD238 (or 0xAFD238) is known color: Atlantis. HEX triplet: AF, D2 and 38. RGB value is (175,210,56). Sum of RGB (Red+Green+Blue) = 175+210+56=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD238 is #502DC7. Grayscale: #B6B6B6. Windows color (decimal): -5254600 or 3723951. OLE color: 3723951.

HSL color Cylindrical-coordinate representation of color #AFD238: hue angle of 73.64º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFD238 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 56 -
CMYK 0.17 0 0.73 0.18
HSL 73.64º 0.63% 0.52% -
HSV(B) 73.64º 0.73% 0.82% -
XYZ 41.44 55.49 12.27 -
YUV 181.98 56.9 123.02 -
System Red Green Blue C M Y K H S L
Decimal 175 210 56 0.17 0 0.73 0.18 73.64 0.63 0.52
Hex AF D2 38 11 0 49 12 4A 3F 34
Octal 257 322 70 21 0 111 22 112 77 64
Binary 10101111 11010010 111000 10001 0 1001001 10010 1001010 111111 110100

Color Harmonies of #AFD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD238

Black with #AFD238

Text Example


Text Example

White with #AFD238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD238; }

 p { color: rgb(175,210,56); }

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

background-color css

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

 a { background-color: rgb(175,210,56); }

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

border-color css

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

 span { border-color: rgb(175,210,56); }

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