Html Css Color HEX #ACCB90 Feijoa

📋 copy color: '#ACCB90'

red 172 ◦ green 203 ◦ blue 144

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

Shades of Feijoa #ACCB90

Tints of Feijoa #ACCB90

RGB

 RED value IS 172 (67.58% from 255) = 33.14%

 GREEN value IS 203 (79.69% from 255) = 39.11%

 BLUE value IS 144 (56.64% from 255) = 27.75%

R = 33.14%
G = 39.11%
B = 27.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#ACCB90 (or 0xACCB90) is known color: Feijoa. HEX triplet: AC, CB and 90. RGB value is (172,203,144). Sum of RGB (Red+Green+Blue) = 172+203+144=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB90 is #53346F. Grayscale: #BBBBBB. Windows color (decimal): -5452912 or 9489324. OLE color: 9489324.

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

Color convert

RGB 172 203 144 -
CMYK 0.15 0 0.29 0.20
HSL 91.53º 0.36% 0.68% -
HSV(B) 91.53º 0.29% 0.8% -
XYZ 43.4 53.5 34.42 -
YUV 187.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 172 203 144 0.15 0 0.29 0.20 91.53 0.36 0.68
Hex AC CB 90 F 0 1D 14 5C 24 44
Octal 254 313 220 17 0 35 24 134 44 104
Binary 10101100 11001011 10010000 1111 0 11101 10100 1011100 100100 1000100

Color Harmonies of #ACCB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB90

Black with #ACCB90

Text Example


Text Example

White with #ACCB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB90; }

 p { color: rgb(172,203,144); }

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

background-color css

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

 a { background-color: rgb(172,203,144); }

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

border-color css

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

 span { border-color: rgb(172,203,144); }

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