Html Css Color HEX #ABCD8E Feijoa

📋 copy color: '#ABCD8E'

red 171 ◦ green 205 ◦ blue 142

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

Shades of Feijoa #ABCD8E

Tints of Feijoa #ABCD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.41%

R = 33.01%
G = 39.58%
B = 27.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#ABCD8E (or 0xABCD8E) is known color: Feijoa. HEX triplet: AB, CD and 8E. RGB value is (171,205,142). Sum of RGB (Red+Green+Blue) = 171+205+142=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD8E is #543271. Grayscale: #BBBBBB. Windows color (decimal): -5517938 or 9358763. OLE color: 9358763.

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

Color convert

RGB 171 205 142 -
CMYK 0.17 0 0.31 0.20
HSL 92.38º 0.39% 0.68% -
HSV(B) 92.38º 0.31% 0.8% -
XYZ 43.51 54.27 33.77 -
YUV 187.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 171 205 142 0.17 0 0.31 0.20 92.38 0.39 0.68
Hex AB CD 8E 11 0 1F 14 5C 27 44
Octal 253 315 216 21 0 37 24 134 47 104
Binary 10101011 11001101 10001110 10001 0 11111 10100 1011100 100111 1000100

Color Harmonies of #ABCD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD8E

Black with #ABCD8E

Text Example


Text Example

White with #ABCD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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