Html Css Color HEX #A0CF94 Granny Smith Apple

📋 copy color: '#A0CF94'

red 160 ◦ green 207 ◦ blue 148

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

Shades of Granny Smith Apple #A0CF94

Tints of Granny Smith Apple #A0CF94

RGB

 RED value IS 160 (62.89% from 255) = 31.07%

 GREEN value IS 207 (81.25% from 255) = 40.19%

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

R = 31.07%
G = 40.19%
B = 28.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#A0CF94 (or 0xA0CF94) is known color: Granny Smith Apple. HEX triplet: A0, CF and 94. RGB value is (160,207,148). Sum of RGB (Red+Green+Blue) = 160+207+148=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF94 is #5F306B. Grayscale: #BABABA. Windows color (decimal): -6238316 or 9752480. OLE color: 9752480.

HSL color Cylindrical-coordinate representation of color #A0CF94: hue angle of 107.8º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0CF94 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 148 -
CMYK 0.23 0 0.29 0.19
HSL 107.8º 0.38% 0.7% -
HSV(B) 107.8º 0.29% 0.81% -
XYZ 42.16 54.24 36.26 -
YUV 186.22 106.43 109.3 -
System Red Green Blue C M Y K H S L
Decimal 160 207 148 0.23 0 0.29 0.19 107.8 0.38 0.7
Hex A0 CF 94 17 0 1D 13 6C 26 46
Octal 240 317 224 27 0 35 23 154 46 106
Binary 10100000 11001111 10010100 10111 0 11101 10011 1101100 100110 1000110

Color Harmonies of #A0CF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF94

Black with #A0CF94

Text Example


Text Example

White with #A0CF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF94; }

 p { color: rgb(160,207,148); }

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

background-color css

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

 a { background-color: rgb(160,207,148); }

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

border-color css

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

 span { border-color: rgb(160,207,148); }

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