Html Css Color HEX #ABDF92 Feijoa

📋 copy color: '#ABDF92'

red 171 ◦ green 223 ◦ blue 146

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

Shades of Feijoa #ABDF92

Tints of Feijoa #ABDF92

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.3%

 BLUE value IS 146 (57.42% from 255) = 27.04%

R = 31.67%
G = 41.3%
B = 27.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#ABDF92 (or 0xABDF92) is known color: Feijoa. HEX triplet: AB, DF and 92. RGB value is (171,223,146). Sum of RGB (Red+Green+Blue) = 171+223+146=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF92 is #54206D. Grayscale: #C6C6C6. Windows color (decimal): -5513326 or 9625515. OLE color: 9625515.

HSL color Cylindrical-coordinate representation of color #ABDF92: hue angle of 100.52º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABDF92 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 223 146 -
CMYK 0.23 0 0.35 0.13
HSL 100.52º 0.55% 0.72% -
HSV(B) 100.52º 0.35% 0.87% -
XYZ 48.37 63.51 36.9 -
YUV 198.67 98.27 108.26 -
System Red Green Blue C M Y K H S L
Decimal 171 223 146 0.23 0 0.35 0.13 100.52 0.55 0.72
Hex AB DF 92 17 0 23 D 65 37 48
Octal 253 337 222 27 0 43 15 145 67 110
Binary 10101011 11011111 10010010 10111 0 100011 1101 1100101 110111 1001000

Color Harmonies of #ABDF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDF92

Black with #ABDF92

Text Example


Text Example

White with #ABDF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDF92; }

 p { color: rgb(171,223,146); }

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

background-color css

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

 a { background-color: rgb(171,223,146); }

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

border-color css

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

 span { border-color: rgb(171,223,146); }

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