Html Css Color HEX #ABCD82 Feijoa

📋 copy color: '#ABCD82'

red 171 ◦ green 205 ◦ blue 130

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

Shades of Feijoa #ABCD82

Tints of Feijoa #ABCD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.69%

R = 33.79%
G = 40.51%
B = 25.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#ABCD82 (or 0xABCD82) is known color: Feijoa. HEX triplet: AB, CD and 82. RGB value is (171,205,130). Sum of RGB (Red+Green+Blue) = 171+205+130=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD82 is #54327D. Grayscale: #BABABA. Windows color (decimal): -5517950 or 8572331. OLE color: 8572331.

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

Color convert

RGB 171 205 130 -
CMYK 0.17 0 0.37 0.20
HSL 87.2º 0.43% 0.66% -
HSV(B) 87.2º 0.37% 0.8% -
XYZ 42.66 53.93 29.28 -
YUV 186.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 171 205 130 0.17 0 0.37 0.20 87.2 0.43 0.66
Hex AB CD 82 11 0 25 14 57 2B 42
Octal 253 315 202 21 0 45 24 127 53 102
Binary 10101011 11001101 10000010 10001 0 100101 10100 1010111 101011 1000010

Color Harmonies of #ABCD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD82

Black with #ABCD82

Text Example


Text Example

White with #ABCD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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