Html Css Color HEX #07AF85 Mountain Meadow

📋 copy color: '#07AF85'

red 7 ◦ green 175 ◦ blue 133

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

Shades of Mountain Meadow #07AF85

Tints of Mountain Meadow #07AF85

RGB

 RED value IS 7 (3.13% from 255) = 2.22%

 GREEN value IS 175 (68.75% from 255) = 55.56%

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 2.22%
G = 55.56%
B = 42.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#07AF85 (or 0x07AF85) is known color: Mountain Meadow. HEX triplet: 07, AF and 85. RGB value is (7,175,133). Sum of RGB (Red+Green+Blue) = 7+175+133=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AF85 is #F8507A. Grayscale: #777777. Windows color (decimal): -16273531 or 8761095. OLE color: 8761095.

HSL color Cylindrical-coordinate representation of color #07AF85: hue angle of 165º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF85 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 175 133 -
CMYK 0.96 0 0.24 0.31
HSL 165º 0.92% 0.36% -
HSV(B) 165º 0.96% 0.69% -
XYZ 19.65 32.4 27.41 -
YUV 119.98 135.34 47.42 -
System Red Green Blue C M Y K H S L
Decimal 7 175 133 0.96 0 0.24 0.31 165 0.92 0.36
Hex 7 AF 85 60 0 18 1F A5 5C 24
Octal 7 257 205 140 0 30 37 245 134 44
Binary 111 10101111 10000101 1100000 0 11000 11111 10100101 1011100 100100

Color Harmonies of #07AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AF85

Black with #07AF85

Text Example


Text Example

White with #07AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07AF85; }

 p { color: rgb(7,175,133); }

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

background-color css

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

 a { background-color: rgb(7,175,133); }

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

border-color css

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

 span { border-color: rgb(7,175,133); }

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