Html Css Color HEX #82AE01 Citrus

📋 copy color: '#82AE01'

red 130 ◦ green 174 ◦ blue 1

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

Shades of Citrus #82AE01

Tints of Citrus #82AE01

RGB

 RED value IS 130 (51.17% from 255) = 42.62%

 GREEN value IS 174 (68.36% from 255) = 57.05%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 42.62%
G = 57.05%
B = 0.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#82AE01 (or 0x82AE01) is known color: Citrus. HEX triplet: 82, AE and 01. RGB value is (130,174,1). Sum of RGB (Red+Green+Blue) = 130+174+1=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AE01 is #7D51FE. Grayscale: #8D8D8D. Windows color (decimal): -8212991 or 110210. OLE color: 110210.

HSL color Cylindrical-coordinate representation of color #82AE01: hue angle of 75.26º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82AE01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 174 1 -
CMYK 0.25 0 0.99 0.32
HSL 75.26º 0.99% 0.34% -
HSV(B) 75.26º 0.99% 0.68% -
XYZ 24.35 35.02 5.51 -
YUV 141.12 48.92 120.07 -
System Red Green Blue C M Y K H S L
Decimal 130 174 1 0.25 0 0.99 0.32 75.26 0.99 0.34
Hex 82 AE 1 19 0 63 20 4B 63 22
Octal 202 256 1 31 0 143 40 113 143 42
Binary 10000010 10101110 1 11001 0 1100011 100000 1001011 1100011 100010

Color Harmonies of #82AE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AE01

Black with #82AE01

Text Example


Text Example

White with #82AE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AE01; }

 p { color: rgb(130,174,1); }

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

background-color css

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

 a { background-color: rgb(130,174,1); }

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

border-color css

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

 span { border-color: rgb(130,174,1); }

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