Html Css Color HEX #AFF4C4 Fringy Flower

📋 copy color: '#AFF4C4'

red 175 ◦ green 244 ◦ blue 196

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

Shades of Fringy Flower #AFF4C4

Tints of Fringy Flower #AFF4C4

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.67%

 BLUE value IS 196 (76.95% from 255) = 31.87%

R = 28.46%
G = 39.67%
B = 31.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#AFF4C4 (or 0xAFF4C4) is known color: Fringy Flower. HEX triplet: AF, F4 and C4. RGB value is (175,244,196). Sum of RGB (Red+Green+Blue) = 175+244+196=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4C4 is #500B3B. Grayscale: #DADADA. Windows color (decimal): -5245756 or 12907695. OLE color: 12907695.

HSL color Cylindrical-coordinate representation of color #AFF4C4: hue angle of 138.26º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4C4 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 196 -
CMYK 0.28 0 0.20 0.04
HSL 138.26º 0.76% 0.82% -
HSV(B) 138.26º 0.28% 0.96% -
XYZ 59.99 77.8 64.08 -
YUV 217.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 175 244 196 0.28 0 0.20 0.04 138.26 0.76 0.82
Hex AF F4 C4 1C 0 14 4 8A 4C 52
Octal 257 364 304 34 0 24 4 212 114 122
Binary 10101111 11110100 11000100 11100 0 10100 100 10001010 1001100 1010010

Color Harmonies of #AFF4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF4C4

Black with #AFF4C4

Text Example


Text Example

White with #AFF4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF4C4; }

 p { color: rgb(175,244,196); }

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

background-color css

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

 a { background-color: rgb(175,244,196); }

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

border-color css

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

 span { border-color: rgb(175,244,196); }

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