Html Css Color HEX #9ADC52 Conifer

📋 copy color: '#9ADC52'

red 154 ◦ green 220 ◦ blue 82

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

Shades of Conifer #9ADC52

Tints of Conifer #9ADC52

RGB

 RED value IS 154 (60.55% from 255) = 33.77%

 GREEN value IS 220 (86.33% from 255) = 48.25%

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

R = 33.77%
G = 48.25%
B = 17.98%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#9ADC52 (or 0x9ADC52) is known color: Conifer. HEX triplet: 9A, DC and 52. RGB value is (154,220,82). Sum of RGB (Red+Green+Blue) = 154+220+82=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC52 is #6523AD. Grayscale: #B9B9B9. Windows color (decimal): -6628270 or 5430426. OLE color: 5430426.

HSL color Cylindrical-coordinate representation of color #9ADC52: hue angle of 88.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ADC52 is Cyan = 0.3, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 82 -
CMYK 0.3 0 0.63 0.14
HSL 88.7º 0.66% 0.59% -
HSV(B) 88.7º 0.63% 0.86% -
XYZ 40.44 58.67 17.17 -
YUV 184.53 70.13 106.22 -
System Red Green Blue C M Y K H S L
Decimal 154 220 82 0.3 0 0.63 0.14 88.7 0.66 0.59
Hex 9A DC 52 1E 0 3F E 59 42 3B
Octal 232 334 122 36 0 77 16 131 102 73
Binary 10011010 11011100 1010010 11110 0 111111 1110 1011001 1000010 111011

Color Harmonies of #9ADC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC52

Black with #9ADC52

Text Example


Text Example

White with #9ADC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADC52; }

 p { color: rgb(154,220,82); }

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

background-color css

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

 a { background-color: rgb(154,220,82); }

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

border-color css

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

 span { border-color: rgb(154,220,82); }

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