Html Css Color HEX #ABF970 Sulu

📋 copy color: '#ABF970'

red 171 ◦ green 249 ◦ blue 112

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

Shades of Sulu #ABF970

Tints of Sulu #ABF970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.8%

 BLUE value IS 112 (44.14% from 255) = 21.05%

R = 32.14%
G = 46.8%
B = 21.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#ABF970 (or 0xABF970) is known color: Sulu. HEX triplet: AB, F9 and 70. RGB value is (171,249,112). Sum of RGB (Red+Green+Blue) = 171+249+112=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF970 is #54068F. Grayscale: #D2D2D2. Windows color (decimal): -5506704 or 7403947. OLE color: 7403947.

HSL color Cylindrical-coordinate representation of color #ABF970: hue angle of 94.16º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABF970 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 249 112 -
CMYK 0.31 0 0.55 0.02
HSL 94.16º 0.92% 0.71% -
HSV(B) 94.16º 0.55% 0.98% -
XYZ 53.59 77.58 27.48 -
YUV 210.06 72.66 100.14 -
System Red Green Blue C M Y K H S L
Decimal 171 249 112 0.31 0 0.55 0.02 94.16 0.92 0.71
Hex AB F9 70 1F 0 37 2 5E 5C 47
Octal 253 371 160 37 0 67 2 136 134 107
Binary 10101011 11111001 1110000 11111 0 110111 10 1011110 1011100 1000111

Color Harmonies of #ABF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF970

Black with #ABF970

Text Example


Text Example

White with #ABF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF970; }

 p { color: rgb(171,249,112); }

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

background-color css

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

 a { background-color: rgb(171,249,112); }

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

border-color css

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

 span { border-color: rgb(171,249,112); }

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