Html Css Color HEX #ADEA4B Conifer

📋 copy color: '#ADEA4B'

red 173 ◦ green 234 ◦ blue 75

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

Shades of Conifer #ADEA4B

Tints of Conifer #ADEA4B

RGB

 RED value IS 173 (67.97% from 255) = 35.89%

 GREEN value IS 234 (91.8% from 255) = 48.55%

 BLUE value IS 75 (29.69% from 255) = 15.56%

R = 35.89%
G = 48.55%
B = 15.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#ADEA4B (or 0xADEA4B) is known color: Conifer. HEX triplet: AD, EA and 4B. RGB value is (173,234,75). Sum of RGB (Red+Green+Blue) = 173+234+75=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEA4B is #5215B4. Grayscale: #C6C6C6. Windows color (decimal): -5379509 or 4975277. OLE color: 4975277.

HSL color Cylindrical-coordinate representation of color #ADEA4B: hue angle of 83.02º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADEA4B is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 75 -
CMYK 0.26 0 0.68 0.08
HSL 83.02º 0.79% 0.61% -
HSV(B) 83.02º 0.68% 0.92% -
XYZ 47.93 68.24 17.3 -
YUV 197.64 58.79 110.43 -
System Red Green Blue C M Y K H S L
Decimal 173 234 75 0.26 0 0.68 0.08 83.02 0.79 0.61
Hex AD EA 4B 1A 0 44 8 53 4F 3D
Octal 255 352 113 32 0 104 10 123 117 75
Binary 10101101 11101010 1001011 11010 0 1000100 1000 1010011 1001111 111101

Color Harmonies of #ADEA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEA4B

Black with #ADEA4B

Text Example


Text Example

White with #ADEA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEA4B; }

 p { color: rgb(173,234,75); }

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

background-color css

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

 a { background-color: rgb(173,234,75); }

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

border-color css

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

 span { border-color: rgb(173,234,75); }

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