Html Css Color HEX #ABD632 Atlantis

📋 copy color: '#ABD632'

red 171 ◦ green 214 ◦ blue 50

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

Shades of Atlantis #ABD632

Tints of Atlantis #ABD632

RGB

 RED value IS 171 (67.19% from 255) = 39.31%

 GREEN value IS 214 (83.98% from 255) = 49.2%

 BLUE value IS 50 (19.92% from 255) = 11.49%

R = 39.31%
G = 49.2%
B = 11.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#ABD632 (or 0xABD632) is known color: Atlantis. HEX triplet: AB, D6 and 32. RGB value is (171,214,50). Sum of RGB (Red+Green+Blue) = 171+214+50=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD632 is #5429CD. Grayscale: #B7B7B7. Windows color (decimal): -5515726 or 3331755. OLE color: 3331755.

HSL color Cylindrical-coordinate representation of color #ABD632: hue angle of 75.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABD632 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 214 50 -
CMYK 0.20 0 0.77 0.16
HSL 75.73º 0.67% 0.52% -
HSV(B) 75.73º 0.77% 0.84% -
XYZ 41.42 56.98 11.83 -
YUV 182.45 53.25 119.84 -
System Red Green Blue C M Y K H S L
Decimal 171 214 50 0.20 0 0.77 0.16 75.73 0.67 0.52
Hex AB D6 32 14 0 4D 10 4C 43 34
Octal 253 326 62 24 0 115 20 114 103 64
Binary 10101011 11010110 110010 10100 0 1001101 10000 1001100 1000011 110100

Color Harmonies of #ABD632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD632

Black with #ABD632

Text Example


Text Example

White with #ABD632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD632; }

 p { color: rgb(171,214,50); }

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

background-color css

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

 a { background-color: rgb(171,214,50); }

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

border-color css

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

 span { border-color: rgb(171,214,50); }

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