Html Css Color HEX #A6FB52 Conifer

📋 copy color: '#A6FB52'

red 166 ◦ green 251 ◦ blue 82

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

Shades of Conifer #A6FB52

Tints of Conifer #A6FB52

RGB

 RED value IS 166 (65.23% from 255) = 33.27%

 GREEN value IS 251 (98.44% from 255) = 50.3%

 BLUE value IS 82 (32.42% from 255) = 16.43%

R = 33.27%
G = 50.3%
B = 16.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#A6FB52 (or 0xA6FB52) is known color: Conifer. HEX triplet: A6, FB and 52. RGB value is (166,251,82). Sum of RGB (Red+Green+Blue) = 166+251+82=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FB52 is #5904AD. Grayscale: #CECECE. Windows color (decimal): -5833902 or 5438374. OLE color: 5438374.

HSL color Cylindrical-coordinate representation of color #A6FB52: hue angle of 90.18º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6FB52 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 251 82 -
CMYK 0.34 0 0.67 0.02
HSL 90.18º 0.95% 0.65% -
HSV(B) 90.18º 0.67% 0.98% -
XYZ 51.75 77.71 20.25 -
YUV 206.32 57.84 99.24 -
System Red Green Blue C M Y K H S L
Decimal 166 251 82 0.34 0 0.67 0.02 90.18 0.95 0.65
Hex A6 FB 52 22 0 43 2 5A 5F 41
Octal 246 373 122 42 0 103 2 132 137 101
Binary 10100110 11111011 1010010 100010 0 1000011 10 1011010 1011111 1000001

Color Harmonies of #A6FB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FB52

Black with #A6FB52

Text Example


Text Example

White with #A6FB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FB52; }

 p { color: rgb(166,251,82); }

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

background-color css

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

 a { background-color: rgb(166,251,82); }

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

border-color css

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

 span { border-color: rgb(166,251,82); }

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