Html Css Color HEX #AFDF90 Feijoa

📋 copy color: '#AFDF90'

red 175 ◦ green 223 ◦ blue 144

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

Shades of Feijoa #AFDF90

Tints of Feijoa #AFDF90

RGB

 RED value IS 175 (68.75% from 255) = 32.29%

 GREEN value IS 223 (87.5% from 255) = 41.14%

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

R = 32.29%
G = 41.14%
B = 26.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#AFDF90 (or 0xAFDF90) is known color: Feijoa. HEX triplet: AF, DF and 90. RGB value is (175,223,144). Sum of RGB (Red+Green+Blue) = 175+223+144=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF90 is #50206F. Grayscale: #C7C7C7. Windows color (decimal): -5251184 or 9494447. OLE color: 9494447.

HSL color Cylindrical-coordinate representation of color #AFDF90: hue angle of 96.46º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFDF90 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 144 -
CMYK 0.22 0 0.35 0.13
HSL 96.46º 0.55% 0.72% -
HSV(B) 96.46º 0.35% 0.87% -
XYZ 49.1 63.9 36.13 -
YUV 199.64 96.6 110.42 -
System Red Green Blue C M Y K H S L
Decimal 175 223 144 0.22 0 0.35 0.13 96.46 0.55 0.72
Hex AF DF 90 16 0 23 D 60 37 48
Octal 257 337 220 26 0 43 15 140 67 110
Binary 10101111 11011111 10010000 10110 0 100011 1101 1100000 110111 1001000

Color Harmonies of #AFDF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF90

Black with #AFDF90

Text Example


Text Example

White with #AFDF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF90; }

 p { color: rgb(175,223,144); }

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

background-color css

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

 a { background-color: rgb(175,223,144); }

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

border-color css

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

 span { border-color: rgb(175,223,144); }

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