Html Css Color HEX #ACCF90 Feijoa

📋 copy color: '#ACCF90'

red 172 ◦ green 207 ◦ blue 144

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

Shades of Feijoa #ACCF90

Tints of Feijoa #ACCF90

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.58%

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

R = 32.89%
G = 39.58%
B = 27.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#ACCF90 (or 0xACCF90) is known color: Feijoa. HEX triplet: AC, CF and 90. RGB value is (172,207,144). Sum of RGB (Red+Green+Blue) = 172+207+144=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF90 is #53306F. Grayscale: #BDBDBD. Windows color (decimal): -5451888 or 9490348. OLE color: 9490348.

HSL color Cylindrical-coordinate representation of color #ACCF90: hue angle of 93.33º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACCF90 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 144 -
CMYK 0.17 0 0.30 0.19
HSL 93.33º 0.4% 0.69% -
HSV(B) 93.33º 0.3% 0.81% -
XYZ 44.36 55.41 34.74 -
YUV 189.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 172 207 144 0.17 0 0.30 0.19 93.33 0.4 0.69
Hex AC CF 90 11 0 1E 13 5D 28 45
Octal 254 317 220 21 0 36 23 135 50 105
Binary 10101100 11001111 10010000 10001 0 11110 10011 1011101 101000 1000101

Color Harmonies of #ACCF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF90

Black with #ACCF90

Text Example


Text Example

White with #ACCF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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