Html Css Color HEX #ADF2C2 Fringy Flower

📋 copy color: '#ADF2C2'

red 173 ◦ green 242 ◦ blue 194

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

Shades of Fringy Flower #ADF2C2

Tints of Fringy Flower #ADF2C2

RGB

 RED value IS 173 (67.97% from 255) = 28.41%

 GREEN value IS 242 (94.92% from 255) = 39.74%

 BLUE value IS 194 (76.17% from 255) = 31.86%

R = 28.41%
G = 39.74%
B = 31.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#ADF2C2 (or 0xADF2C2) is known color: Fringy Flower. HEX triplet: AD, F2 and C2. RGB value is (173,242,194). Sum of RGB (Red+Green+Blue) = 173+242+194=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2C2 is #520D3D. Grayscale: #D8D8D8. Windows color (decimal): -5377342 or 12776109. OLE color: 12776109.

HSL color Cylindrical-coordinate representation of color #ADF2C2: hue angle of 138.26º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2C2 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 194 -
CMYK 0.29 0 0.20 0.05
HSL 138.26º 0.73% 0.81% -
HSV(B) 138.26º 0.29% 0.95% -
XYZ 58.72 76.28 62.67 -
YUV 215.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 173 242 194 0.29 0 0.20 0.05 138.26 0.73 0.81
Hex AD F2 C2 1D 0 14 5 8A 49 51
Octal 255 362 302 35 0 24 5 212 111 121
Binary 10101101 11110010 11000010 11101 0 10100 101 10001010 1001001 1010001

Color Harmonies of #ADF2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2C2

Black with #ADF2C2

Text Example


Text Example

White with #ADF2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2C2; }

 p { color: rgb(173,242,194); }

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

background-color css

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

 a { background-color: rgb(173,242,194); }

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

border-color css

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

 span { border-color: rgb(173,242,194); }

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