Html Css Color HEX #ADF294 Granny Smith Apple

📋 copy color: '#ADF294'

red 173 ◦ green 242 ◦ blue 148

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

Shades of Granny Smith Apple #ADF294

Tints of Granny Smith Apple #ADF294

RGB

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

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

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

R = 30.73%
G = 42.98%
B = 26.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#ADF294 (or 0xADF294) is known color: Granny Smith Apple. HEX triplet: AD, F2 and 94. RGB value is (173,242,148). Sum of RGB (Red+Green+Blue) = 173+242+148=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF294 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF294 is #520D6B. Grayscale: #D2D2D2. Windows color (decimal): -5377388 or 9761453. OLE color: 9761453.

HSL color Cylindrical-coordinate representation of color #ADF294: hue angle of 104.04º degrees, saturation: 0.78, 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 #ADF294 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 148 -
CMYK 0.29 0 0.39 0.05
HSL 104.04º 0.78% 0.76% -
HSV(B) 104.04º 0.39% 0.95% -
XYZ 54.33 74.53 39.54 -
YUV 210.65 92.64 101.14 -
System Red Green Blue C M Y K H S L
Decimal 173 242 148 0.29 0 0.39 0.05 104.04 0.78 0.76
Hex AD F2 94 1D 0 27 5 68 4E 4C
Octal 255 362 224 35 0 47 5 150 116 114
Binary 10101101 11110010 10010100 11101 0 100111 101 1101000 1001110 1001100

Color Harmonies of #ADF294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF294

Black with #ADF294

Text Example


Text Example

White with #ADF294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF294; }

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

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

background-color css

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

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

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

border-color css

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

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

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