Html Css Color HEX #ABF714 Spring Bud

📋 copy color: '#ABF714'

red 171 ◦ green 247 ◦ blue 20

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

Shades of Spring Bud #ABF714

Tints of Spring Bud #ABF714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.39%

 BLUE value IS 20 (8.2% from 255) = 4.57%

R = 39.04%
G = 56.39%
B = 4.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#ABF714 (or 0xABF714) is known color: Spring Bud. HEX triplet: AB, F7 and 14. RGB value is (171,247,20). Sum of RGB (Red+Green+Blue) = 171+247+20=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF714 is #5408EB. Grayscale: #C7C7C7. Windows color (decimal): -5507308 or 1374123. OLE color: 1374123.

HSL color Cylindrical-coordinate representation of color #ABF714: hue angle of 80.09º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABF714 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 247 20 -
CMYK 0.31 0 0.92 0.03
HSL 80.09º 0.93% 0.52% -
HSV(B) 80.09º 0.92% 0.97% -
XYZ 50.18 75.23 12.54 -
YUV 198.4 27.32 108.46 -
System Red Green Blue C M Y K H S L
Decimal 171 247 20 0.31 0 0.92 0.03 80.09 0.93 0.52
Hex AB F7 14 1F 0 5C 3 50 5D 34
Octal 253 367 24 37 0 134 3 120 135 64
Binary 10101011 11110111 10100 11111 0 1011100 11 1010000 1011101 110100

Color Harmonies of #ABF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF714

Black with #ABF714

Text Example


Text Example

White with #ABF714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF714; }

 p { color: rgb(171,247,20); }

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

background-color css

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

 a { background-color: rgb(171,247,20); }

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

border-color css

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

 span { border-color: rgb(171,247,20); }

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