Html Css Color HEX #ABCD94 Feijoa

📋 copy color: '#ABCD94'

red 171 ◦ green 205 ◦ blue 148

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

Shades of Feijoa #ABCD94

Tints of Feijoa #ABCD94

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.12%

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 32.63%
G = 39.12%
B = 28.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#ABCD94 (or 0xABCD94) is known color: Feijoa. HEX triplet: AB, CD and 94. RGB value is (171,205,148). Sum of RGB (Red+Green+Blue) = 171+205+148=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD94 is #54326B. Grayscale: #BCBCBC. Windows color (decimal): -5517932 or 9751979. OLE color: 9751979.

HSL color Cylindrical-coordinate representation of color #ABCD94: hue angle of 95.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABCD94 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 148 -
CMYK 0.17 0 0.28 0.20
HSL 95.79º 0.36% 0.69% -
HSV(B) 95.79º 0.28% 0.8% -
XYZ 43.97 54.46 36.21 -
YUV 188.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 171 205 148 0.17 0 0.28 0.20 95.79 0.36 0.69
Hex AB CD 94 11 0 1C 14 60 24 45
Octal 253 315 224 21 0 34 24 140 44 105
Binary 10101011 11001101 10010100 10001 0 11100 10100 1100000 100100 1000101

Color Harmonies of #ABCD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD94

Black with #ABCD94

Text Example


Text Example

White with #ABCD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD94; }

 p { color: rgb(171,205,148); }

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

background-color css

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

 a { background-color: rgb(171,205,148); }

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

border-color css

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

 span { border-color: rgb(171,205,148); }

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