Html Css Color HEX #7ACF10 Lima

📋 copy color: '#7ACF10'

red 122 ◦ green 207 ◦ blue 16

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

Shades of Lima #7ACF10

Tints of Lima #7ACF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.64%

R = 35.36%
G = 60%
B = 4.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#7ACF10 (or 0x7ACF10) is known color: Lima. HEX triplet: 7A, CF and 10. RGB value is (122,207,16). Sum of RGB (Red+Green+Blue) = 122+207+16=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACF10 is #8530EF. Grayscale: #A0A0A0. Windows color (decimal): -8728816 or 1101690. OLE color: 1101690.

HSL color Cylindrical-coordinate representation of color #7ACF10: hue angle of 86.7º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7ACF10 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 207 16 -
CMYK 0.41 0 0.92 0.19
HSL 86.7º 0.86% 0.44% -
HSV(B) 86.7º 0.92% 0.81% -
XYZ 30.43 48.8 8.31 -
YUV 159.81 46.84 101.03 -
System Red Green Blue C M Y K H S L
Decimal 122 207 16 0.41 0 0.92 0.19 86.7 0.86 0.44
Hex 7A CF 10 29 0 5C 13 57 56 2C
Octal 172 317 20 51 0 134 23 127 126 54
Binary 1111010 11001111 10000 101001 0 1011100 10011 1010111 1010110 101100

Color Harmonies of #7ACF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACF10

Black with #7ACF10

Text Example


Text Example

White with #7ACF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,207,16); }

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

background-color css

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

 a { background-color: rgb(122,207,16); }

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

border-color css

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

 span { border-color: rgb(122,207,16); }

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