Html Css Color HEX #ABDF7A Feijoa

📋 copy color: '#ABDF7A'

red 171 ◦ green 223 ◦ blue 122

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

Shades of Feijoa #ABDF7A

Tints of Feijoa #ABDF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.64%

R = 33.14%
G = 43.22%
B = 23.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#ABDF7A (or 0xABDF7A) is known color: Feijoa. HEX triplet: AB, DF and 7A. RGB value is (171,223,122). Sum of RGB (Red+Green+Blue) = 171+223+122=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF7A is #542085. Grayscale: #C4C4C4. Windows color (decimal): -5513350 or 8052651. OLE color: 8052651.

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

Color convert

RGB 171 223 122 -
CMYK 0.23 0 0.45 0.13
HSL 90.89º 0.61% 0.68% -
HSV(B) 90.89º 0.45% 0.87% -
XYZ 46.7 62.84 28.08 -
YUV 195.94 86.27 110.21 -
System Red Green Blue C M Y K H S L
Decimal 171 223 122 0.23 0 0.45 0.13 90.89 0.61 0.68
Hex AB DF 7A 17 0 2D D 5B 3D 44
Octal 253 337 172 27 0 55 15 133 75 104
Binary 10101011 11011111 1111010 10111 0 101101 1101 1011011 111101 1000100

Color Harmonies of #ABDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDF7A

Black with #ABDF7A

Text Example


Text Example

White with #ABDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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