Html Css Color HEX #ADF194 Granny Smith Apple

📋 copy color: '#ADF194'

red 173 ◦ green 241 ◦ blue 148

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

Shades of Granny Smith Apple #ADF194

Tints of Granny Smith Apple #ADF194

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.88%

 BLUE value IS 148 (58.2% from 255) = 26.33%

R = 30.78%
G = 42.88%
B = 26.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#ADF194 (or 0xADF194) is known color: Granny Smith Apple. HEX triplet: AD, F1 and 94. RGB value is (173,241,148). Sum of RGB (Red+Green+Blue) = 173+241+148=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF194 is #520E6B. Grayscale: #D2D2D2. Windows color (decimal): -5377644 or 9761197. OLE color: 9761197.

HSL color Cylindrical-coordinate representation of color #ADF194: hue angle of 103.87º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADF194 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 148 -
CMYK 0.28 0 0.39 0.05
HSL 103.87º 0.77% 0.76% -
HSV(B) 103.87º 0.39% 0.95% -
XYZ 54.03 73.93 39.44 -
YUV 210.07 92.97 101.56 -
System Red Green Blue C M Y K H S L
Decimal 173 241 148 0.28 0 0.39 0.05 103.87 0.77 0.76
Hex AD F1 94 1C 0 27 5 68 4D 4C
Octal 255 361 224 34 0 47 5 150 115 114
Binary 10101101 11110001 10010100 11100 0 100111 101 1101000 1001101 1001100

Color Harmonies of #ADF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF194

Black with #ADF194

Text Example


Text Example

White with #ADF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF194; }

 p { color: rgb(173,241,148); }

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

background-color css

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

 a { background-color: rgb(173,241,148); }

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

border-color css

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

 span { border-color: rgb(173,241,148); }

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