Html Css Color HEX #7ABF93 Padua

📋 copy color: '#7ABF93'

red 122 ◦ green 191 ◦ blue 147

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

Shades of Padua #7ABF93

Tints of Padua #7ABF93

RGB

 RED value IS 122 (48.05% from 255) = 26.52%

 GREEN value IS 191 (75% from 255) = 41.52%

 BLUE value IS 147 (57.81% from 255) = 31.96%

R = 26.52%
G = 41.52%
B = 31.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#7ABF93 (or 0x7ABF93) is known color: Padua. HEX triplet: 7A, BF and 93. RGB value is (122,191,147). Sum of RGB (Red+Green+Blue) = 122+191+147=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABF93 is #85406C. Grayscale: #A5A5A5. Windows color (decimal): -8732781 or 9682810. OLE color: 9682810.

HSL color Cylindrical-coordinate representation of color #7ABF93: hue angle of 141.74º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABF93 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 191 147 -
CMYK 0.36 0 0.23 0.25
HSL 141.74º 0.35% 0.61% -
HSV(B) 141.74º 0.36% 0.75% -
XYZ 31.92 43.51 34.32 -
YUV 165.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 122 191 147 0.36 0 0.23 0.25 141.74 0.35 0.61
Hex 7A BF 93 24 0 17 19 8E 23 3D
Octal 172 277 223 44 0 27 31 216 43 75
Binary 1111010 10111111 10010011 100100 0 10111 11001 10001110 100011 111101

Color Harmonies of #7ABF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABF93

Black with #7ABF93

Text Example


Text Example

White with #7ABF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ABF93; }

 p { color: rgb(122,191,147); }

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

background-color css

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

 a { background-color: rgb(122,191,147); }

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

border-color css

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

 span { border-color: rgb(122,191,147); }

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