Html Css Color HEX #AFEDB9 Fringy Flower

📋 copy color: '#AFEDB9'

red 175 ◦ green 237 ◦ blue 185

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

Shades of Fringy Flower #AFEDB9

Tints of Fringy Flower #AFEDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.7%

 BLUE value IS 185 (72.66% from 255) = 30.99%

R = 29.31%
G = 39.7%
B = 30.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#AFEDB9 (or 0xAFEDB9) is known color: Fringy Flower. HEX triplet: AF, ED and B9. RGB value is (175,237,185). Sum of RGB (Red+Green+Blue) = 175+237+185=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDB9 is #501246. Grayscale: #D4D4D4. Windows color (decimal): -5247559 or 12185007. OLE color: 12185007.

HSL color Cylindrical-coordinate representation of color #AFEDB9: hue angle of 129.68º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDB9 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 185 -
CMYK 0.26 0 0.22 0.07
HSL 129.68º 0.63% 0.81% -
HSV(B) 129.68º 0.26% 0.93% -
XYZ 56.72 73.19 57.04 -
YUV 212.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 175 237 185 0.26 0 0.22 0.07 129.68 0.63 0.81
Hex AF ED B9 1A 0 16 7 82 3F 51
Octal 257 355 271 32 0 26 7 202 77 121
Binary 10101111 11101101 10111001 11010 0 10110 111 10000010 111111 1010001

Color Harmonies of #AFEDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDB9

Black with #AFEDB9

Text Example


Text Example

White with #AFEDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDB9; }

 p { color: rgb(175,237,185); }

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

background-color css

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

 a { background-color: rgb(175,237,185); }

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

border-color css

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

 span { border-color: rgb(175,237,185); }

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