Html Css Color HEX #A8D34B Conifer

📋 copy color: '#A8D34B'

red 168 ◦ green 211 ◦ blue 75

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

Shades of Conifer #A8D34B

Tints of Conifer #A8D34B

RGB

 RED value IS 168 (66.02% from 255) = 37%

 GREEN value IS 211 (82.81% from 255) = 46.48%

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

R = 37%
G = 46.48%
B = 16.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#A8D34B (or 0xA8D34B) is known color: Conifer. HEX triplet: A8, D3 and 4B. RGB value is (168,211,75). Sum of RGB (Red+Green+Blue) = 168+211+75=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D34B is #572CB4. Grayscale: #B7B7B7. Windows color (decimal): -5713077 or 4969384. OLE color: 4969384.

HSL color Cylindrical-coordinate representation of color #A8D34B: hue angle of 78.97º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8D34B is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 211 75 -
CMYK 0.20 0 0.64 0.17
HSL 78.97º 0.61% 0.56% -
HSV(B) 78.97º 0.64% 0.83% -
XYZ 40.71 55.42 15.21 -
YUV 182.64 67.25 117.56 -
System Red Green Blue C M Y K H S L
Decimal 168 211 75 0.20 0 0.64 0.17 78.97 0.61 0.56
Hex A8 D3 4B 14 0 40 11 4F 3D 38
Octal 250 323 113 24 0 100 21 117 75 70
Binary 10101000 11010011 1001011 10100 0 1000000 10001 1001111 111101 111000

Color Harmonies of #A8D34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D34B

Black with #A8D34B

Text Example


Text Example

White with #A8D34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D34B; }

 p { color: rgb(168,211,75); }

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

background-color css

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

 a { background-color: rgb(168,211,75); }

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

border-color css

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

 span { border-color: rgb(168,211,75); }

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