Html Css Color HEX #92AC14 Citrus

📋 copy color: '#92AC14'

red 146 ◦ green 172 ◦ blue 20

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

Shades of Citrus #92AC14

Tints of Citrus #92AC14

RGB

 RED value IS 146 (57.42% from 255) = 43.2%

 GREEN value IS 172 (67.58% from 255) = 50.89%

 BLUE value IS 20 (8.2% from 255) = 5.92%

R = 43.2%
G = 50.89%
B = 5.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#92AC14 (or 0x92AC14) is known color: Citrus. HEX triplet: 92, AC and 14. RGB value is (146,172,20). Sum of RGB (Red+Green+Blue) = 146+172+20=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AC14 is #6D53EB. Grayscale: #939393. Windows color (decimal): -7164908 or 1354898. OLE color: 1354898.

HSL color Cylindrical-coordinate representation of color #92AC14: hue angle of 70.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92AC14 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 172 20 -
CMYK 0.15 0 0.88 0.33
HSL 70.26º 0.79% 0.38% -
HSV(B) 70.26º 0.88% 0.67% -
XYZ 26.73 35.67 6.14 -
YUV 146.9 56.39 127.36 -
System Red Green Blue C M Y K H S L
Decimal 146 172 20 0.15 0 0.88 0.33 70.26 0.79 0.38
Hex 92 AC 14 F 0 58 21 46 4F 26
Octal 222 254 24 17 0 130 41 106 117 46
Binary 10010010 10101100 10100 1111 0 1011000 100001 1000110 1001111 100110

Color Harmonies of #92AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AC14

Black with #92AC14

Text Example


Text Example

White with #92AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92AC14; }

 p { color: rgb(146,172,20); }

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

background-color css

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

 a { background-color: rgb(146,172,20); }

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

border-color css

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

 span { border-color: rgb(146,172,20); }

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